#57479c

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

Shades of Daisy Bush #57479C

Tints of Daisy Bush #57479C

Color information

#57479C (or 0x57479C) is unknown color: approx Daisy Bush. HEX triplet: 57, 47 and 9C. RGB value is (87,71,156). Sum of RGB (Red+Green+Blue) = 87+71+156=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #57479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57479C is #A8B863. Grayscale: #555555. Windows color (decimal): -11057252 or 10241879. OLE color: 10241879.

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

Color convert

RGB8771156-
CMYK0.440.5400.39
HSL251.29º37.44%44.51%-
HSV(B)251.29º54.49%61.18%-
XYZ12.188.9332.53-
YUV85.47167.8129.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=27.71%
G=22.61%
B=49.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87711560.440.5400.39251.2937.4444.51
Hex57479C2C36027fb252d
Octal12710723454660473734555
Binary1010111100011110011100101100110110010011111111011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57479c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57479c; }

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

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

<style>
 a { background-color: #57479c; }

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

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

<style>
 span { border-color: #57479c; }

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

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