Shades of Blue Bayoux #5F757F
Tints of Blue Bayoux #5F757F
RGB
CMYK
RGB Variations
Color information
#5F757F (or 0x5F757F) is known color: Blue Bayoux. HEX triplet: 5F, 75 and 7F. RGB value is (95,117,127). Sum of RGB (Red+Green+Blue) = 95+117+127=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F757F is #A08A80. Grayscale: #6F6F6F. Windows color (decimal): -10521217 or 8353119. OLE color: 8353119.
HSL color Cylindrical-coordinate representation of color #5F757F: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F757F is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 117 | 127 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.50 |
| HSL | 198.75º | 0.14% | 0.44% | - |
| HSV(B) | 198.75º | 0.25% | 0.5% | - |
| XYZ | 14.91 | 16.69 | 22.51 | - |
| YUV | 111.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 127 | 0.25 | 0.08 | 0 | 0.50 | 198.75 | 0.14 | 0.44 |
| Hex | 5F | 75 | 7F | 19 | 8 | 0 | 32 | C7 | E | 2C |
| Octal | 137 | 165 | 177 | 31 | 10 | 0 | 62 | 307 | 16 | 54 |
| Binary | 1011111 | 1110101 | 1111111 | 11001 | 1000 | 0 | 110010 | 11000111 | 1110 | 101100 |
Color Harmonies of #5F757F
Complementary color
Monochromatic Colors of #5F757F
Black with #5F757F
Text Example
Text Example
White with #5F757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F757F; }
p { color: rgb(95,117,127); }
H1.HeaderClassName
{
color: #5F757F;
}
.AnyTagClassName
{
color: #5F757F;
}
</style>
background-color css
<style>
a { background-color: #5F757F; }
a { background-color: rgb(95,117,127); }
div.DivClassName
{
background-color: #5F757F;
}
.BgClassName
{
background-color: #5F757F;
}
</style>
border-color css
<style>
span { border-color: #5F757F; }
span { border-color: rgb(95,117,127); }
td.TdClassName
{
border-color: #5F757F;
}
.TagClassName
{
border-color: #5F757F;
}
</style>