Shades of Blue Bayoux #5F7781
Tints of Blue Bayoux #5F7781
RGB
CMYK
RGB Variations
Color information
#5F7781 (or 0x5F7781) is known color: Blue Bayoux. HEX triplet: 5F, 77 and 81. RGB value is (95,119,129). Sum of RGB (Red+Green+Blue) = 95+119+129=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F7781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7781 is #A0887E. Grayscale: #707070. Windows color (decimal): -10520703 or 8484703. OLE color: 8484703.
HSL color Cylindrical-coordinate representation of color #5F7781: hue angle of 197.65º 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 #5F7781 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 119 | 129 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.49 |
| HSL | 197.65º | 0.15% | 0.44% | - |
| HSV(B) | 197.65º | 0.26% | 0.51% | - |
| XYZ | 15.28 | 17.21 | 23.29 | - |
| YUV | 112.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 129 | 0.26 | 0.08 | 0 | 0.49 | 197.65 | 0.15 | 0.44 |
| Hex | 5F | 77 | 81 | 1A | 8 | 0 | 31 | C6 | F | 2C |
| Octal | 137 | 167 | 201 | 32 | 10 | 0 | 61 | 306 | 17 | 54 |
| Binary | 1011111 | 1110111 | 10000001 | 11010 | 1000 | 0 | 110001 | 11000110 | 1111 | 101100 |
Color Harmonies of #5F7781
Complementary color
Monochromatic Colors of #5F7781
Black with #5F7781
Text Example
Text Example
White with #5F7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7781; }
p { color: rgb(95,119,129); }
H1.HeaderClassName
{
color: #5F7781;
}
.AnyTagClassName
{
color: #5F7781;
}
</style>
background-color css
<style>
a { background-color: #5F7781; }
a { background-color: rgb(95,119,129); }
div.DivClassName
{
background-color: #5F7781;
}
.BgClassName
{
background-color: #5F7781;
}
</style>
border-color css
<style>
span { border-color: #5F7781; }
span { border-color: rgb(95,119,129); }
td.TdClassName
{
border-color: #5F7781;
}
.TagClassName
{
border-color: #5F7781;
}
</style>