Shades of Blue Bayoux #576F7D
Tints of Blue Bayoux #576F7D
RGB
CMYK
RGB Variations
Color information
#576F7D (or 0x576F7D) is known color: Blue Bayoux. HEX triplet: 57, 6F and 7D. RGB value is (87,111,125). Sum of RGB (Red+Green+Blue) = 87+111+125=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #576F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F7D is #A89082. Grayscale: #696969. Windows color (decimal): -11047043 or 8220503. OLE color: 8220503.
HSL color Cylindrical-coordinate representation of color #576F7D: hue angle of 202.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #576F7D is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 111 | 125 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.51 |
| HSL | 202.11º | 0.18% | 0.42% | - |
| HSV(B) | 202.11º | 0.3% | 0.49% | - |
| XYZ | 13.32 | 14.88 | 21.57 | - |
| YUV | 105.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 125 | 0.30 | 0.11 | 0 | 0.51 | 202.11 | 0.18 | 0.42 |
| Hex | 57 | 6F | 7D | 1E | B | 0 | 33 | CA | 12 | 2A |
| Octal | 127 | 157 | 175 | 36 | 13 | 0 | 63 | 312 | 22 | 52 |
| Binary | 1010111 | 1101111 | 1111101 | 11110 | 1011 | 0 | 110011 | 11001010 | 10010 | 101010 |
Color Harmonies of #576F7D
Complementary color
Monochromatic Colors of #576F7D
Black with #576F7D
Text Example
Text Example
White with #576F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F7D; }
p { color: rgb(87,111,125); }
H1.HeaderClassName
{
color: #576F7D;
}
.AnyTagClassName
{
color: #576F7D;
}
</style>
background-color css
<style>
a { background-color: #576F7D; }
a { background-color: rgb(87,111,125); }
div.DivClassName
{
background-color: #576F7D;
}
.BgClassName
{
background-color: #576F7D;
}
</style>
border-color css
<style>
span { border-color: #576F7D; }
span { border-color: rgb(87,111,125); }
td.TdClassName
{
border-color: #576F7D;
}
.TagClassName
{
border-color: #576F7D;
}
</style>