Shades of Blue Bayoux #5F757A
Tints of Blue Bayoux #5F757A
RGB
CMYK
RGB Variations
Color information
#5F757A (or 0x5F757A) is known color: Blue Bayoux. HEX triplet: 5F, 75 and 7A. RGB value is (95,117,122). Sum of RGB (Red+Green+Blue) = 95+117+122=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F757A is #A08A85. Grayscale: #6E6E6E. Windows color (decimal): -10521222 or 8025439. OLE color: 8025439.
HSL color Cylindrical-coordinate representation of color #5F757A: hue angle of 191.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F757A is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 117 | 122 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.52 |
| HSL | 191.11º | 0.12% | 0.43% | - |
| HSV(B) | 191.11º | 0.22% | 0.48% | - |
| XYZ | 14.59 | 16.56 | 20.84 | - |
| YUV | 110.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 122 | 0.22 | 0.04 | 0 | 0.52 | 191.11 | 0.12 | 0.43 |
| Hex | 5F | 75 | 7A | 16 | 4 | 0 | 34 | BF | C | 2B |
| Octal | 137 | 165 | 172 | 26 | 4 | 0 | 64 | 277 | 14 | 53 |
| Binary | 1011111 | 1110101 | 1111010 | 10110 | 100 | 0 | 110100 | 10111111 | 1100 | 101011 |
Color Harmonies of #5F757A
Complementary color
Monochromatic Colors of #5F757A
Black with #5F757A
Text Example
Text Example
White with #5F757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F757A; }
p { color: rgb(95,117,122); }
H1.HeaderClassName
{
color: #5F757A;
}
.AnyTagClassName
{
color: #5F757A;
}
</style>
background-color css
<style>
a { background-color: #5F757A; }
a { background-color: rgb(95,117,122); }
div.DivClassName
{
background-color: #5F757A;
}
.BgClassName
{
background-color: #5F757A;
}
</style>
border-color css
<style>
span { border-color: #5F757A; }
span { border-color: rgb(95,117,122); }
td.TdClassName
{
border-color: #5F757A;
}
.TagClassName
{
border-color: #5F757A;
}
</style>