Shades of Blue Bayoux #58737F
Tints of Blue Bayoux #58737F
RGB
CMYK
RGB Variations
Color information
#58737F (or 0x58737F) is known color: Blue Bayoux. HEX triplet: 58, 73 and 7F. RGB value is (88,115,127). Sum of RGB (Red+Green+Blue) = 88+115+127=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #58737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58737F is #A78C80. Grayscale: #6C6C6C. Windows color (decimal): -10980481 or 8352600. OLE color: 8352600.
HSL color Cylindrical-coordinate representation of color #58737F: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58737F is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 115 | 127 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.50 |
| HSL | 198.46º | 0.18% | 0.42% | - |
| HSV(B) | 198.46º | 0.31% | 0.5% | - |
| XYZ | 13.99 | 15.87 | 22.4 | - |
| YUV | 108.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 127 | 0.31 | 0.09 | 0 | 0.50 | 198.46 | 0.18 | 0.42 |
| Hex | 58 | 73 | 7F | 1F | 9 | 0 | 32 | C6 | 12 | 2A |
| Octal | 130 | 163 | 177 | 37 | 11 | 0 | 62 | 306 | 22 | 52 |
| Binary | 1011000 | 1110011 | 1111111 | 11111 | 1001 | 0 | 110010 | 11000110 | 10010 | 101010 |
Color Harmonies of #58737F
Complementary color
Monochromatic Colors of #58737F
Black with #58737F
Text Example
Text Example
White with #58737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58737F; }
p { color: rgb(88,115,127); }
H1.HeaderClassName
{
color: #58737F;
}
.AnyTagClassName
{
color: #58737F;
}
</style>
background-color css
<style>
a { background-color: #58737F; }
a { background-color: rgb(88,115,127); }
div.DivClassName
{
background-color: #58737F;
}
.BgClassName
{
background-color: #58737F;
}
</style>
border-color css
<style>
span { border-color: #58737F; }
span { border-color: rgb(88,115,127); }
td.TdClassName
{
border-color: #58737F;
}
.TagClassName
{
border-color: #58737F;
}
</style>