#57239C

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

Shades of Daisy Bush #57239C

Tints of Daisy Bush #57239C

Color information

#57239C (or 0x57239C) is unknown color: approx Daisy Bush. HEX triplet: 57, 23 and 9C. RGB value is (87,35,156). Sum of RGB (Red+Green+Blue) = 87+35+156=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #57239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57239C is #A8DC63. Grayscale: #3F3F3F. Windows color (decimal): -11066468 or 10232663. OLE color: 10232663.

HSL color Cylindrical-coordinate representation of color #57239C: hue angle of 265.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57239C is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8735156-
CMYK0.440.7800.39
HSL265.79º63.35%37.45%-
HSV(B)265.79º77.56%61.18%-
XYZ10.535.6331.98-
YUV64.34179.73144.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 156 (61.33% from 255) = 56.12%
R=31.29%
G=12.59%
B=56.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87351560.440.7800.39265.7963.3537.45
Hex57239C2C4E02710a3f25
Octal12743234541160474127745
Binary10101111000111001110010110010011100100111100001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57239C; }

 p { color: rgb(87,35,156); }

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

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

 a { background-color: rgb(87,35,156); }

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

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

 span { border-color: rgb(87,35,156); }

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