#576F7C

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

Shades of Blue Bayoux #576F7C

Tints of Blue Bayoux #576F7C

Color information

#576F7C (or 0x576F7C) is unknown color: approx Blue Bayoux. HEX triplet: 57, 6F and 7C. RGB value is (87,111,124). Sum of RGB (Red+Green+Blue) = 87+111+124=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #576F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F7C is #A89083. Grayscale: #696969. Windows color (decimal): -11047044 or 8154967. OLE color: 8154967.

HSL color Cylindrical-coordinate representation of color #576F7C: hue angle of 201.08º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #576F7C is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB87111124-
CMYK0.300.1000.51
HSL201.08º17.54%41.37%-
HSV(B)201.08º29.84%48.63%-
XYZ13.2514.8521.24-
YUV105.31138.55114.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=27.02%
G=34.47%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871111240.300.1000.51201.0817.5441.37
Hex576F7C1EA033c91229
Octal12715717436120633112251
Binary10101111101111111110011110101001100111100100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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