Shades of Blue Bayoux #5F7F81
Tints of Blue Bayoux #5F7F81
RGB
CMYK
RGB Variations
Color information
#5F7F81 (or 0x5F7F81) is known color: Blue Bayoux. HEX triplet: 5F, 7F and 81. RGB value is (95,127,129). Sum of RGB (Red+Green+Blue) = 95+127+129=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F7F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7F81 is #A0807E. Grayscale: #757575. Windows color (decimal): -10518655 or 8486751. OLE color: 8486751.
HSL color Cylindrical-coordinate representation of color #5F7F81: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7F81 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 127 | 129 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.49 |
| HSL | 183.53º | 0.15% | 0.44% | - |
| HSV(B) | 183.53º | 0.26% | 0.51% | - |
| XYZ | 16.27 | 19.2 | 23.62 | - |
| YUV | 117.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 129 | 0.26 | 0.02 | 0 | 0.49 | 183.53 | 0.15 | 0.44 |
| Hex | 5F | 7F | 81 | 1A | 2 | 0 | 31 | B8 | F | 2C |
| Octal | 137 | 177 | 201 | 32 | 2 | 0 | 61 | 270 | 17 | 54 |
| Binary | 1011111 | 1111111 | 10000001 | 11010 | 10 | 0 | 110001 | 10111000 | 1111 | 101100 |
Color Harmonies of #5F7F81
Complementary color
Monochromatic Colors of #5F7F81
Black with #5F7F81
Text Example
Text Example
White with #5F7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F81; }
p { color: rgb(95,127,129); }
H1.HeaderClassName
{
color: #5F7F81;
}
.AnyTagClassName
{
color: #5F7F81;
}
</style>
background-color css
<style>
a { background-color: #5F7F81; }
a { background-color: rgb(95,127,129); }
div.DivClassName
{
background-color: #5F7F81;
}
.BgClassName
{
background-color: #5F7F81;
}
</style>
border-color css
<style>
span { border-color: #5F7F81; }
span { border-color: rgb(95,127,129); }
td.TdClassName
{
border-color: #5F7F81;
}
.TagClassName
{
border-color: #5F7F81;
}
</style>