#57459E

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

Shades of Daisy Bush #57459E

Tints of Daisy Bush #57459E

Color information

#57459E (or 0x57459E) is unknown color: approx Daisy Bush. HEX triplet: 57, 45 and 9E. RGB value is (87,69,158). Sum of RGB (Red+Green+Blue) = 87+69+158=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #57459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57459E is #A8BA61. Grayscale: #545454. Windows color (decimal): -11057762 or 10372439. OLE color: 10372439.

HSL color Cylindrical-coordinate representation of color #57459E: hue angle of 252.13º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57459E is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8769158-
CMYK0.450.5600.38
HSL252.13º39.21%44.51%-
HSV(B)252.13º56.33%61.96%-
XYZ12.238.7533.39-
YUV84.53169.46129.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=27.71%
G=21.97%
B=50.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87691580.450.5600.38252.1339.2144.51
Hex57459E2D38026fc272d
Octal12710523655700463744755
Binary1010111100010110011110101101111000010011011111100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57459E; }

 p { color: rgb(87,69,158); }

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

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

 a { background-color: rgb(87,69,158); }

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

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

 span { border-color: rgb(87,69,158); }

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