Shades of Blue Bayoux #57757D
Tints of Blue Bayoux #57757D
RGB
CMYK
RGB Variations
Color information
#57757D (or 0x57757D) is known color: Blue Bayoux. HEX triplet: 57, 75 and 7D. RGB value is (87,117,125). Sum of RGB (Red+Green+Blue) = 87+117+125=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #57757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57757D is #A88A82. Grayscale: #6C6C6C. Windows color (decimal): -11045507 or 8222039. OLE color: 8222039.
HSL color Cylindrical-coordinate representation of color #57757D: hue angle of 192.63º 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 #57757D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 117 | 125 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.51 |
| HSL | 192.63º | 0.18% | 0.42% | - |
| HSV(B) | 192.63º | 0.3% | 0.49% | - |
| XYZ | 13.99 | 16.23 | 21.8 | - |
| YUV | 108.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 125 | 0.30 | 0.06 | 0 | 0.51 | 192.63 | 0.18 | 0.42 |
| Hex | 57 | 75 | 7D | 1E | 6 | 0 | 33 | C1 | 12 | 2A |
| Octal | 127 | 165 | 175 | 36 | 6 | 0 | 63 | 301 | 22 | 52 |
| Binary | 1010111 | 1110101 | 1111101 | 11110 | 110 | 0 | 110011 | 11000001 | 10010 | 101010 |
Color Harmonies of #57757D
Complementary color
Monochromatic Colors of #57757D
Black with #57757D
Text Example
Text Example
White with #57757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57757D; }
p { color: rgb(87,117,125); }
H1.HeaderClassName
{
color: #57757D;
}
.AnyTagClassName
{
color: #57757D;
}
</style>
background-color css
<style>
a { background-color: #57757D; }
a { background-color: rgb(87,117,125); }
div.DivClassName
{
background-color: #57757D;
}
.BgClassName
{
background-color: #57757D;
}
</style>
border-color css
<style>
span { border-color: #57757D; }
span { border-color: rgb(87,117,125); }
td.TdClassName
{
border-color: #57757D;
}
.TagClassName
{
border-color: #57757D;
}
</style>