#57289C

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

Shades of Daisy Bush #57289C

Tints of Daisy Bush #57289C

Color information

#57289C (or 0x57289C) is unknown color: approx Daisy Bush. HEX triplet: 57, 28 and 9C. RGB value is (87,40,156). Sum of RGB (Red+Green+Blue) = 87+40+156=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #57289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57289C is #A8D763. Grayscale: #424242. Windows color (decimal): -11065188 or 10233943. OLE color: 10233943.

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

Color convert

RGB8740156-
CMYK0.440.7400.39
HSL264.31º59.18%38.43%-
HSV(B)264.31º74.36%61.18%-
XYZ10.695.9432.04-
YUV67.28178.07142.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=30.74%
G=14.13%
B=55.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87401560.440.7400.39264.3159.1838.43
Hex57289C2C4A0271083b26
Octal12750234541120474107346
Binary10101111010001001110010110010010100100111100001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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