#57409F

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

Shades of Daisy Bush #57409F

Tints of Daisy Bush #57409F

Color information

#57409F (or 0x57409F) is unknown color: approx Daisy Bush. HEX triplet: 57, 40 and 9F. RGB value is (87,64,159). Sum of RGB (Red+Green+Blue) = 87+64+159=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #57409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57409F is #A8BF60. Grayscale: #515151. Windows color (decimal): -11059041 or 10436695. OLE color: 10436695.

HSL color Cylindrical-coordinate representation of color #57409F: hue angle of 254.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57409F is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8764159-
CMYK0.450.6000.38
HSL254.53º42.6%43.73%-
HSV(B)254.53º59.75%62.35%-
XYZ12.028.233.75-
YUV81.71171.62131.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=28.06%
G=20.65%
B=51.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87641590.450.6000.38254.5342.643.73
Hex57409F2D3C026ff2b2c
Octal12710023755740463775354
Binary1010111100000010011111101101111100010011011111111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57409F; }

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

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

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

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

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

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

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

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