Shades of Blue Bayoux #58717F
Tints of Blue Bayoux #58717F
RGB
CMYK
RGB Variations
Color information
#58717F (or 0x58717F) is known color: Blue Bayoux. HEX triplet: 58, 71 and 7F. RGB value is (88,113,127). Sum of RGB (Red+Green+Blue) = 88+113+127=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #58717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717F is #A78E80. Grayscale: #6B6B6B. Windows color (decimal): -10980993 or 8352088. OLE color: 8352088.
HSL color Cylindrical-coordinate representation of color #58717F: hue angle of 201.54º 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 #58717F is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 113 | 127 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.50 |
| HSL | 201.54º | 0.18% | 0.42% | - |
| HSV(B) | 201.54º | 0.31% | 0.5% | - |
| XYZ | 13.76 | 15.42 | 22.33 | - |
| YUV | 107.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 127 | 0.31 | 0.11 | 0 | 0.50 | 201.54 | 0.18 | 0.42 |
| Hex | 58 | 71 | 7F | 1F | B | 0 | 32 | CA | 12 | 2A |
| Octal | 130 | 161 | 177 | 37 | 13 | 0 | 62 | 312 | 22 | 52 |
| Binary | 1011000 | 1110001 | 1111111 | 11111 | 1011 | 0 | 110010 | 11001010 | 10010 | 101010 |
Color Harmonies of #58717F
Complementary color
Monochromatic Colors of #58717F
Black with #58717F
Text Example
Text Example
White with #58717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58717F; }
p { color: rgb(88,113,127); }
H1.HeaderClassName
{
color: #58717F;
}
.AnyTagClassName
{
color: #58717F;
}
</style>
background-color css
<style>
a { background-color: #58717F; }
a { background-color: rgb(88,113,127); }
div.DivClassName
{
background-color: #58717F;
}
.BgClassName
{
background-color: #58717F;
}
</style>
border-color css
<style>
span { border-color: #58717F; }
span { border-color: rgb(88,113,127); }
td.TdClassName
{
border-color: #58717F;
}
.TagClassName
{
border-color: #58717F;
}
</style>