#572997

Color #572997 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #572997

Tints of Daisy Bush #572997

Color information

#572997 (or 0x572997) is unknown color: approx Daisy Bush. HEX triplet: 57, 29 and 97. RGB value is (87,41,151). Sum of RGB (Red+Green+Blue) = 87+41+151=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #572997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572997 is #A8D668. Grayscale: #424242. Windows color (decimal): -11064937 or 9906519. OLE color: 9906519.

HSL color Cylindrical-coordinate representation of color #572997: hue angle of 265.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572997 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8741151-
CMYK0.420.7300.41
HSL265.09º57.29%37.65%-
HSV(B)265.09º72.85%59.22%-
XYZ10.315.8529.86-
YUV67.29175.24142.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 151 (59.38% from 255) = 54.12%
R=31.18%
G=14.70%
B=54.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87411510.420.7300.41265.0957.2937.65
Hex5729972A490291093926
Octal12751227521110514117146
Binary10101111010011001011110101010010010101001100001001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572997; }

 p { color: rgb(87,41,151); }

 H1.HeaderClassName
 {
   color: #572997;
 }
 .AnyTagClassName
 {
   color: #572997;
 }
</style>
background-color css

<style>
 a { background-color: #572997; }

 a { background-color: rgb(87,41,151); }

 div.DivClassName
 {
   background-color: #572997;
 }
 .BgClassName
 {
   background-color: #572997;
 }
</style>
border-color css

<style>
 span { border-color: #572997; }

 span { border-color: rgb(87,41,151); }

 td.TdClassName
 {
   border-color: #572997;
 }
 .TagClassName
 {
   border-color: #572997;
 }
</style>