#577478

Color #577478 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #577478

Tints of Blue Bayoux #577478

Color information

#577478 (or 0x577478) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 78. RGB value is (87,116,120). Sum of RGB (Red+Green+Blue) = 87+116+120=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #577478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577478 is #A88B87. Grayscale: #6B6B6B. Windows color (decimal): -11045768 or 7894103. OLE color: 7894103.

HSL color Cylindrical-coordinate representation of color #577478: hue angle of 187.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #577478 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87116120-
CMYK0.280.0300.53
HSL187.27º15.94%40.59%-
HSV(B)187.27º27.5%47.06%-
XYZ13.5715.8720.12-
YUV107.78134.89113.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=26.93%
G=35.91%
B=37.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871161200.280.0300.53187.2715.9440.59
Hex5774781C3035bb1029
Octal1271641703430652732051
Binary101011111101001111000111001101101011011101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577478; }

 p { color: rgb(87,116,120); }

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

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

 a { background-color: rgb(87,116,120); }

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

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

 span { border-color: rgb(87,116,120); }

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