Shades of Blue Bayoux #5F787C
Tints of Blue Bayoux #5F787C
RGB
CMYK
RGB Variations
Color information
#5F787C (or 0x5F787C) is known color: Blue Bayoux. HEX triplet: 5F, 78 and 7C. RGB value is (95,120,124). Sum of RGB (Red+Green+Blue) = 95+120+124=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F787C is #A08783. Grayscale: #707070. Windows color (decimal): -10520452 or 8157279. OLE color: 8157279.
HSL color Cylindrical-coordinate representation of color #5F787C: hue angle of 188.28º 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 #5F787C is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 120 | 124 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.51 |
| HSL | 188.28º | 0.13% | 0.43% | - |
| HSV(B) | 188.28º | 0.23% | 0.49% | - |
| XYZ | 15.07 | 17.32 | 21.62 | - |
| YUV | 112.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 124 | 0.23 | 0.03 | 0 | 0.51 | 188.28 | 0.13 | 0.43 |
| Hex | 5F | 78 | 7C | 17 | 3 | 0 | 33 | BC | D | 2B |
| Octal | 137 | 170 | 174 | 27 | 3 | 0 | 63 | 274 | 15 | 53 |
| Binary | 1011111 | 1111000 | 1111100 | 10111 | 11 | 0 | 110011 | 10111100 | 1101 | 101011 |
Color Harmonies of #5F787C
Complementary color
Monochromatic Colors of #5F787C
Black with #5F787C
Text Example
Text Example
White with #5F787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F787C; }
p { color: rgb(95,120,124); }
H1.HeaderClassName
{
color: #5F787C;
}
.AnyTagClassName
{
color: #5F787C;
}
</style>
background-color css
<style>
a { background-color: #5F787C; }
a { background-color: rgb(95,120,124); }
div.DivClassName
{
background-color: #5F787C;
}
.BgClassName
{
background-color: #5F787C;
}
</style>
border-color css
<style>
span { border-color: #5F787C; }
span { border-color: rgb(95,120,124); }
td.TdClassName
{
border-color: #5F787C;
}
.TagClassName
{
border-color: #5F787C;
}
</style>