Shades of Blue Bayoux #58737B
Tints of Blue Bayoux #58737B
RGB
CMYK
RGB Variations
Color information
#58737B (or 0x58737B) is known color: Blue Bayoux. HEX triplet: 58, 73 and 7B. RGB value is (88,115,123). Sum of RGB (Red+Green+Blue) = 88+115+123=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #58737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58737B is #A78C84. Grayscale: #6B6B6B. Windows color (decimal): -10980485 or 8090456. OLE color: 8090456.
HSL color Cylindrical-coordinate representation of color #58737B: hue angle of 193.71º degrees, saturation: 0.17, 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 #58737B is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 115 | 123 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.52 |
| HSL | 193.71º | 0.17% | 0.41% | - |
| HSV(B) | 193.71º | 0.28% | 0.48% | - |
| XYZ | 13.73 | 15.77 | 21.06 | - |
| YUV | 107.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 123 | 0.28 | 0.07 | 0 | 0.52 | 193.71 | 0.17 | 0.41 |
| Hex | 58 | 73 | 7B | 1C | 7 | 0 | 34 | C2 | 11 | 29 |
| Octal | 130 | 163 | 173 | 34 | 7 | 0 | 64 | 302 | 21 | 51 |
| Binary | 1011000 | 1110011 | 1111011 | 11100 | 111 | 0 | 110100 | 11000010 | 10001 | 101001 |
Color Harmonies of #58737B
Complementary color
Monochromatic Colors of #58737B
Black with #58737B
Text Example
Text Example
White with #58737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58737B; }
p { color: rgb(88,115,123); }
H1.HeaderClassName
{
color: #58737B;
}
.AnyTagClassName
{
color: #58737B;
}
</style>
background-color css
<style>
a { background-color: #58737B; }
a { background-color: rgb(88,115,123); }
div.DivClassName
{
background-color: #58737B;
}
.BgClassName
{
background-color: #58737B;
}
</style>
border-color css
<style>
span { border-color: #58737B; }
span { border-color: rgb(88,115,123); }
td.TdClassName
{
border-color: #58737B;
}
.TagClassName
{
border-color: #58737B;
}
</style>