Shades of Blue Bayoux #58797F
Tints of Blue Bayoux #58797F
RGB
CMYK
RGB Variations
Color information
#58797F (or 0x58797F) is known color: Blue Bayoux. HEX triplet: 58, 79 and 7F. RGB value is (88,121,127). Sum of RGB (Red+Green+Blue) = 88+121+127=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #58797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58797F is #A78680. Grayscale: #6F6F6F. Windows color (decimal): -10978945 or 8354136. OLE color: 8354136.
HSL color Cylindrical-coordinate representation of color #58797F: hue angle of 189.23º 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 #58797F is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 121 | 127 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.50 |
| HSL | 189.23º | 0.18% | 0.42% | - |
| HSV(B) | 189.23º | 0.31% | 0.5% | - |
| XYZ | 14.69 | 17.28 | 22.64 | - |
| YUV | 111.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 127 | 0.31 | 0.05 | 0 | 0.50 | 189.23 | 0.18 | 0.42 |
| Hex | 58 | 79 | 7F | 1F | 5 | 0 | 32 | BD | 12 | 2A |
| Octal | 130 | 171 | 177 | 37 | 5 | 0 | 62 | 275 | 22 | 52 |
| Binary | 1011000 | 1111001 | 1111111 | 11111 | 101 | 0 | 110010 | 10111101 | 10010 | 101010 |
Color Harmonies of #58797F
Complementary color
Monochromatic Colors of #58797F
Black with #58797F
Text Example
Text Example
White with #58797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58797F; }
p { color: rgb(88,121,127); }
H1.HeaderClassName
{
color: #58797F;
}
.AnyTagClassName
{
color: #58797F;
}
</style>
background-color css
<style>
a { background-color: #58797F; }
a { background-color: rgb(88,121,127); }
div.DivClassName
{
background-color: #58797F;
}
.BgClassName
{
background-color: #58797F;
}
</style>
border-color css
<style>
span { border-color: #58797F; }
span { border-color: rgb(88,121,127); }
td.TdClassName
{
border-color: #58797F;
}
.TagClassName
{
border-color: #58797F;
}
</style>