Shades of Blue Bayoux #5F737C
Tints of Blue Bayoux #5F737C
RGB
CMYK
RGB Variations
Color information
#5F737C (or 0x5F737C) is known color: Blue Bayoux. HEX triplet: 5F, 73 and 7C. RGB value is (95,115,124). Sum of RGB (Red+Green+Blue) = 95+115+124=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F737C is #A08C83. Grayscale: #6D6D6D. Windows color (decimal): -10521732 or 8155999. OLE color: 8155999.
HSL color Cylindrical-coordinate representation of color #5F737C: hue angle of 198.62º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F737C is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 115 | 124 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.51 |
| HSL | 198.62º | 0.13% | 0.43% | - |
| HSV(B) | 198.62º | 0.23% | 0.49% | - |
| XYZ | 14.49 | 16.15 | 21.42 | - |
| YUV | 110.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 124 | 0.23 | 0.07 | 0 | 0.51 | 198.62 | 0.13 | 0.43 |
| Hex | 5F | 73 | 7C | 17 | 7 | 0 | 33 | C7 | D | 2B |
| Octal | 137 | 163 | 174 | 27 | 7 | 0 | 63 | 307 | 15 | 53 |
| Binary | 1011111 | 1110011 | 1111100 | 10111 | 111 | 0 | 110011 | 11000111 | 1101 | 101011 |
Color Harmonies of #5F737C
Complementary color
Monochromatic Colors of #5F737C
Black with #5F737C
Text Example
Text Example
White with #5F737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F737C; }
p { color: rgb(95,115,124); }
H1.HeaderClassName
{
color: #5F737C;
}
.AnyTagClassName
{
color: #5F737C;
}
</style>
background-color css
<style>
a { background-color: #5F737C; }
a { background-color: rgb(95,115,124); }
div.DivClassName
{
background-color: #5F737C;
}
.BgClassName
{
background-color: #5F737C;
}
</style>
border-color css
<style>
span { border-color: #5F737C; }
span { border-color: rgb(95,115,124); }
td.TdClassName
{
border-color: #5F737C;
}
.TagClassName
{
border-color: #5F737C;
}
</style>