Shades of Blue Bayoux #5B767A
Tints of Blue Bayoux #5B767A
RGB
CMYK
RGB Variations
Color information
#5B767A (or 0x5B767A) is known color: Blue Bayoux. HEX triplet: 5B, 76 and 7A. RGB value is (91,118,122). Sum of RGB (Red+Green+Blue) = 91+118+122=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B767A is #A48985. Grayscale: #6E6E6E. Windows color (decimal): -10783110 or 8025691. OLE color: 8025691.
HSL color Cylindrical-coordinate representation of color #5B767A: hue angle of 187.74º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B767A is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 118 | 122 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.52 |
| HSL | 187.74º | 0.15% | 0.42% | - |
| HSV(B) | 187.74º | 0.25% | 0.48% | - |
| XYZ | 14.31 | 16.59 | 20.86 | - |
| YUV | 110.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 122 | 0.25 | 0.03 | 0 | 0.52 | 187.74 | 0.15 | 0.42 |
| Hex | 5B | 76 | 7A | 19 | 3 | 0 | 34 | BC | F | 2A |
| Octal | 133 | 166 | 172 | 31 | 3 | 0 | 64 | 274 | 17 | 52 |
| Binary | 1011011 | 1110110 | 1111010 | 11001 | 11 | 0 | 110100 | 10111100 | 1111 | 101010 |
Color Harmonies of #5B767A
Complementary color
Monochromatic Colors of #5B767A
Black with #5B767A
Text Example
Text Example
White with #5B767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B767A; }
p { color: rgb(91,118,122); }
H1.HeaderClassName
{
color: #5B767A;
}
.AnyTagClassName
{
color: #5B767A;
}
</style>
background-color css
<style>
a { background-color: #5B767A; }
a { background-color: rgb(91,118,122); }
div.DivClassName
{
background-color: #5B767A;
}
.BgClassName
{
background-color: #5B767A;
}
</style>
border-color css
<style>
span { border-color: #5B767A; }
span { border-color: rgb(91,118,122); }
td.TdClassName
{
border-color: #5B767A;
}
.TagClassName
{
border-color: #5B767A;
}
</style>