Shades of Blue Bayoux #5F7780
Tints of Blue Bayoux #5F7780
RGB
CMYK
RGB Variations
Color information
#5F7780 (or 0x5F7780) is known color: Blue Bayoux. HEX triplet: 5F, 77 and 80. RGB value is (95,119,128). Sum of RGB (Red+Green+Blue) = 95+119+128=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #5F7780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7780 is #A0887F. Grayscale: #707070. Windows color (decimal): -10520704 or 8419167. OLE color: 8419167.
HSL color Cylindrical-coordinate representation of color #5F7780: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F7780 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 119 | 128 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.50 |
| HSL | 196.36º | 0.15% | 0.44% | - |
| HSV(B) | 196.36º | 0.26% | 0.5% | - |
| XYZ | 15.21 | 17.19 | 22.94 | - |
| YUV | 112.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 128 | 0.26 | 0.07 | 0 | 0.50 | 196.36 | 0.15 | 0.44 |
| Hex | 5F | 77 | 80 | 1A | 7 | 0 | 32 | C4 | F | 2C |
| Octal | 137 | 167 | 200 | 32 | 7 | 0 | 62 | 304 | 17 | 54 |
| Binary | 1011111 | 1110111 | 10000000 | 11010 | 111 | 0 | 110010 | 11000100 | 1111 | 101100 |
Color Harmonies of #5F7780
Complementary color
Monochromatic Colors of #5F7780
Black with #5F7780
Text Example
Text Example
White with #5F7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7780; }
p { color: rgb(95,119,128); }
H1.HeaderClassName
{
color: #5F7780;
}
.AnyTagClassName
{
color: #5F7780;
}
</style>
background-color css
<style>
a { background-color: #5F7780; }
a { background-color: rgb(95,119,128); }
div.DivClassName
{
background-color: #5F7780;
}
.BgClassName
{
background-color: #5F7780;
}
</style>
border-color css
<style>
span { border-color: #5F7780; }
span { border-color: rgb(95,119,128); }
td.TdClassName
{
border-color: #5F7780;
}
.TagClassName
{
border-color: #5F7780;
}
</style>