Shades of Blue Bayoux #58777B
Tints of Blue Bayoux #58777B
RGB
CMYK
RGB Variations
Color information
#58777B (or 0x58777B) is known color: Blue Bayoux. HEX triplet: 58, 77 and 7B. RGB value is (88,119,123). Sum of RGB (Red+Green+Blue) = 88+119+123=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #58777B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58777B is #A78884. Grayscale: #6E6E6E. Windows color (decimal): -10979461 or 8091480. OLE color: 8091480.
HSL color Cylindrical-coordinate representation of color #58777B: hue angle of 186.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58777B is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 119 | 123 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.52 |
| HSL | 186.86º | 0.17% | 0.41% | - |
| HSV(B) | 186.86º | 0.28% | 0.48% | - |
| XYZ | 14.2 | 16.7 | 21.21 | - |
| YUV | 110.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 123 | 0.28 | 0.03 | 0 | 0.52 | 186.86 | 0.17 | 0.41 |
| Hex | 58 | 77 | 7B | 1C | 3 | 0 | 34 | BB | 11 | 29 |
| Octal | 130 | 167 | 173 | 34 | 3 | 0 | 64 | 273 | 21 | 51 |
| Binary | 1011000 | 1110111 | 1111011 | 11100 | 11 | 0 | 110100 | 10111011 | 10001 | 101001 |
Color Harmonies of #58777B
Complementary color
Monochromatic Colors of #58777B
Black with #58777B
Text Example
Text Example
White with #58777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58777B; }
p { color: rgb(88,119,123); }
H1.HeaderClassName
{
color: #58777B;
}
.AnyTagClassName
{
color: #58777B;
}
</style>
background-color css
<style>
a { background-color: #58777B; }
a { background-color: rgb(88,119,123); }
div.DivClassName
{
background-color: #58777B;
}
.BgClassName
{
background-color: #58777B;
}
</style>
border-color css
<style>
span { border-color: #58777B; }
span { border-color: rgb(88,119,123); }
td.TdClassName
{
border-color: #58777B;
}
.TagClassName
{
border-color: #58777B;
}
</style>