Shades of Blue Bayoux #58737C
Tints of Blue Bayoux #58737C
RGB
CMYK
RGB Variations
Color information
#58737C (or 0x58737C) is known color: Blue Bayoux. HEX triplet: 58, 73 and 7C. RGB value is (88,115,124). Sum of RGB (Red+Green+Blue) = 88+115+124=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #58737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58737C is #A78C83. Grayscale: #6B6B6B. Windows color (decimal): -10980484 or 8155992. OLE color: 8155992.
HSL color Cylindrical-coordinate representation of color #58737C: hue angle of 195º 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 #58737C is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 115 | 124 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.51 |
| HSL | 195º | 0.17% | 0.42% | - |
| HSV(B) | 195º | 0.29% | 0.49% | - |
| XYZ | 13.79 | 15.79 | 21.39 | - |
| YUV | 107.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 124 | 0.29 | 0.07 | 0 | 0.51 | 195 | 0.17 | 0.42 |
| Hex | 58 | 73 | 7C | 1D | 7 | 0 | 33 | C3 | 11 | 2A |
| Octal | 130 | 163 | 174 | 35 | 7 | 0 | 63 | 303 | 21 | 52 |
| Binary | 1011000 | 1110011 | 1111100 | 11101 | 111 | 0 | 110011 | 11000011 | 10001 | 101010 |
Color Harmonies of #58737C
Complementary color
Monochromatic Colors of #58737C
Black with #58737C
Text Example
Text Example
White with #58737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58737C; }
p { color: rgb(88,115,124); }
H1.HeaderClassName
{
color: #58737C;
}
.AnyTagClassName
{
color: #58737C;
}
</style>
background-color css
<style>
a { background-color: #58737C; }
a { background-color: rgb(88,115,124); }
div.DivClassName
{
background-color: #58737C;
}
.BgClassName
{
background-color: #58737C;
}
</style>
border-color css
<style>
span { border-color: #58737C; }
span { border-color: rgb(88,115,124); }
td.TdClassName
{
border-color: #58737C;
}
.TagClassName
{
border-color: #58737C;
}
</style>