Shades of Blue Bayoux #5B757A
Tints of Blue Bayoux #5B757A
RGB
CMYK
RGB Variations
Color information
#5B757A (or 0x5B757A) is known color: Blue Bayoux. HEX triplet: 5B, 75 and 7A. RGB value is (91,117,122). Sum of RGB (Red+Green+Blue) = 91+117+122=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B757A is #A48A85. Grayscale: #6D6D6D. Windows color (decimal): -10783366 or 8025435. OLE color: 8025435.
HSL color Cylindrical-coordinate representation of color #5B757A: hue angle of 189.68º 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 #5B757A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 117 | 122 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.52 |
| HSL | 189.68º | 0.15% | 0.42% | - |
| HSV(B) | 189.68º | 0.25% | 0.48% | - |
| XYZ | 14.19 | 16.35 | 20.82 | - |
| YUV | 109.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 122 | 0.25 | 0.04 | 0 | 0.52 | 189.68 | 0.15 | 0.42 |
| Hex | 5B | 75 | 7A | 19 | 4 | 0 | 34 | BE | F | 2A |
| Octal | 133 | 165 | 172 | 31 | 4 | 0 | 64 | 276 | 17 | 52 |
| Binary | 1011011 | 1110101 | 1111010 | 11001 | 100 | 0 | 110100 | 10111110 | 1111 | 101010 |
Color Harmonies of #5B757A
Complementary color
Monochromatic Colors of #5B757A
Black with #5B757A
Text Example
Text Example
White with #5B757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B757A; }
p { color: rgb(91,117,122); }
H1.HeaderClassName
{
color: #5B757A;
}
.AnyTagClassName
{
color: #5B757A;
}
</style>
background-color css
<style>
a { background-color: #5B757A; }
a { background-color: rgb(91,117,122); }
div.DivClassName
{
background-color: #5B757A;
}
.BgClassName
{
background-color: #5B757A;
}
</style>
border-color css
<style>
span { border-color: #5B757A; }
span { border-color: rgb(91,117,122); }
td.TdClassName
{
border-color: #5B757A;
}
.TagClassName
{
border-color: #5B757A;
}
</style>