Shades of Blue Bayoux #58717C
Tints of Blue Bayoux #58717C
RGB
CMYK
RGB Variations
Color information
#58717C (or 0x58717C) is known color: Blue Bayoux. HEX triplet: 58, 71 and 7C. RGB value is (88,113,124). Sum of RGB (Red+Green+Blue) = 88+113+124=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #58717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717C is #A78E83. Grayscale: #6A6A6A. Windows color (decimal): -10980996 or 8155480. OLE color: 8155480.
HSL color Cylindrical-coordinate representation of color #58717C: hue angle of 198.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58717C is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 113 | 124 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.51 |
| HSL | 198.33º | 0.17% | 0.42% | - |
| HSV(B) | 198.33º | 0.29% | 0.49% | - |
| XYZ | 13.57 | 15.34 | 21.31 | - |
| YUV | 106.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 124 | 0.29 | 0.09 | 0 | 0.51 | 198.33 | 0.17 | 0.42 |
| Hex | 58 | 71 | 7C | 1D | 9 | 0 | 33 | C6 | 11 | 2A |
| Octal | 130 | 161 | 174 | 35 | 11 | 0 | 63 | 306 | 21 | 52 |
| Binary | 1011000 | 1110001 | 1111100 | 11101 | 1001 | 0 | 110011 | 11000110 | 10001 | 101010 |
Color Harmonies of #58717C
Complementary color
Monochromatic Colors of #58717C
Black with #58717C
Text Example
Text Example
White with #58717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58717C; }
p { color: rgb(88,113,124); }
H1.HeaderClassName
{
color: #58717C;
}
.AnyTagClassName
{
color: #58717C;
}
</style>
background-color css
<style>
a { background-color: #58717C; }
a { background-color: rgb(88,113,124); }
div.DivClassName
{
background-color: #58717C;
}
.BgClassName
{
background-color: #58717C;
}
</style>
border-color css
<style>
span { border-color: #58717C; }
span { border-color: rgb(88,113,124); }
td.TdClassName
{
border-color: #58717C;
}
.TagClassName
{
border-color: #58717C;
}
</style>