Shades of Blue Bayoux #58717A
Tints of Blue Bayoux #58717A
RGB
CMYK
RGB Variations
Color information
#58717A (or 0x58717A) is known color: Blue Bayoux. HEX triplet: 58, 71 and 7A. RGB value is (88,113,122). Sum of RGB (Red+Green+Blue) = 88+113+122=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #58717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58717A is #A78E85. Grayscale: #6A6A6A. Windows color (decimal): -10980998 or 8024408. OLE color: 8024408.
HSL color Cylindrical-coordinate representation of color #58717A: hue angle of 195.88º degrees, saturation: 0.16, 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 #58717A is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 113 | 122 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.52 |
| HSL | 195.88º | 0.16% | 0.41% | - |
| HSV(B) | 195.88º | 0.28% | 0.48% | - |
| XYZ | 13.44 | 15.29 | 20.66 | - |
| YUV | 106.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 122 | 0.28 | 0.07 | 0 | 0.52 | 195.88 | 0.16 | 0.41 |
| Hex | 58 | 71 | 7A | 1C | 7 | 0 | 34 | C4 | 10 | 29 |
| Octal | 130 | 161 | 172 | 34 | 7 | 0 | 64 | 304 | 20 | 51 |
| Binary | 1011000 | 1110001 | 1111010 | 11100 | 111 | 0 | 110100 | 11000100 | 10000 | 101001 |
Color Harmonies of #58717A
Complementary color
Monochromatic Colors of #58717A
Black with #58717A
Text Example
Text Example
White with #58717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58717A; }
p { color: rgb(88,113,122); }
H1.HeaderClassName
{
color: #58717A;
}
.AnyTagClassName
{
color: #58717A;
}
</style>
background-color css
<style>
a { background-color: #58717A; }
a { background-color: rgb(88,113,122); }
div.DivClassName
{
background-color: #58717A;
}
.BgClassName
{
background-color: #58717A;
}
</style>
border-color css
<style>
span { border-color: #58717A; }
span { border-color: rgb(88,113,122); }
td.TdClassName
{
border-color: #58717A;
}
.TagClassName
{
border-color: #58717A;
}
</style>