#57408C

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

Shades of Daisy Bush #57408C

Tints of Daisy Bush #57408C

Color information

#57408C (or 0x57408C) is unknown color: approx Daisy Bush. HEX triplet: 57, 40 and 8C. RGB value is (87,64,140). Sum of RGB (Red+Green+Blue) = 87+64+140=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #57408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57408C is #A8BF73. Grayscale: #4F4F4F. Windows color (decimal): -11059060 or 9191511. OLE color: 9191511.

HSL color Cylindrical-coordinate representation of color #57408C: hue angle of 258.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57408C is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8764140-
CMYK0.380.5400.45
HSL258.16º37.25%40%-
HSV(B)258.16º54.29%54.9%-
XYZ10.57.5925.72-
YUV79.54162.12133.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=29.90%
G=21.99%
B=48.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87641400.380.5400.45258.1637.2540
Hex57408C263602D1022528
Octal12710021446660554024550
Binary10101111000000100011001001101101100101101100000010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,64,140); }

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

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

 a { background-color: rgb(87,64,140); }

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

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

 span { border-color: rgb(87,64,140); }

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