#576F78

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

Shades of Blue Bayoux #576F78

Tints of Blue Bayoux #576F78

Color information

#576F78 (or 0x576F78) is unknown color: approx Blue Bayoux. HEX triplet: 57, 6F and 78. RGB value is (87,111,120). Sum of RGB (Red+Green+Blue) = 87+111+120=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #576F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F78 is #A89087. Grayscale: #686868. Windows color (decimal): -11047048 or 7892823. OLE color: 7892823.

HSL color Cylindrical-coordinate representation of color #576F78: hue angle of 196.36º 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 #576F78 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87111120-
CMYK0.280.0800.53
HSL196.36º15.94%40.59%-
HSV(B)196.36º27.5%47.06%-
XYZ13.0114.7519.93-
YUV104.85136.55115.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.36%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=27.36%
G=34.91%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871111200.280.0800.53196.3615.9440.59
Hex576F781C8035c41029
Octal12715717034100653042051
Binary10101111101111111100011100100001101011100010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576F78; }

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

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

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

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

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

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

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

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