#572896

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

Shades of Daisy Bush #572896

Tints of Daisy Bush #572896

Color information

#572896 (or 0x572896) is unknown color: approx Daisy Bush. HEX triplet: 57, 28 and 96. RGB value is (87,40,150). Sum of RGB (Red+Green+Blue) = 87+40+150=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #572896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572896 is #A8D769. Grayscale: #424242. Windows color (decimal): -11065194 or 9840727. OLE color: 9840727.

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

Color convert

RGB8740150-
CMYK0.420.7300.41
HSL265.64º57.89%37.25%-
HSV(B)265.64º73.33%58.82%-
XYZ10.195.7529.43-
YUV66.59175.07142.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=31.41%
G=14.44%
B=54.15%

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
Decimal87401500.420.7300.41265.6457.8937.25
Hex5728962A4902910a3a25
Octal12750226521110514127245
Binary10101111010001001011010101010010010101001100001010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572896; }

 p { color: rgb(87,40,150); }

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

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

 a { background-color: rgb(87,40,150); }

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

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

 span { border-color: rgb(87,40,150); }

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