Shades of Blue Bayoux #58767D
Tints of Blue Bayoux #58767D
RGB
CMYK
RGB Variations
Color information
#58767D (or 0x58767D) is known color: Blue Bayoux. HEX triplet: 58, 76 and 7D. RGB value is (88,118,125). Sum of RGB (Red+Green+Blue) = 88+118+125=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #58767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58767D is #A78982. Grayscale: #6D6D6D. Windows color (decimal): -10979715 or 8222296. OLE color: 8222296.
HSL color Cylindrical-coordinate representation of color #58767D: hue angle of 191.35º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58767D is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 118 | 125 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.51 |
| HSL | 191.35º | 0.17% | 0.42% | - |
| HSV(B) | 191.35º | 0.3% | 0.49% | - |
| XYZ | 14.2 | 16.51 | 21.84 | - |
| YUV | 109.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 125 | 0.30 | 0.06 | 0 | 0.51 | 191.35 | 0.17 | 0.42 |
| Hex | 58 | 76 | 7D | 1E | 6 | 0 | 33 | BF | 11 | 2A |
| Octal | 130 | 166 | 175 | 36 | 6 | 0 | 63 | 277 | 21 | 52 |
| Binary | 1011000 | 1110110 | 1111101 | 11110 | 110 | 0 | 110011 | 10111111 | 10001 | 101010 |
Color Harmonies of #58767D
Complementary color
Monochromatic Colors of #58767D
Black with #58767D
Text Example
Text Example
White with #58767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58767D; }
p { color: rgb(88,118,125); }
H1.HeaderClassName
{
color: #58767D;
}
.AnyTagClassName
{
color: #58767D;
}
</style>
background-color css
<style>
a { background-color: #58767D; }
a { background-color: rgb(88,118,125); }
div.DivClassName
{
background-color: #58767D;
}
.BgClassName
{
background-color: #58767D;
}
</style>
border-color css
<style>
span { border-color: #58767D; }
span { border-color: rgb(88,118,125); }
td.TdClassName
{
border-color: #58767D;
}
.TagClassName
{
border-color: #58767D;
}
</style>