Shades of Blue Bayoux #5B6F7D
Tints of Blue Bayoux #5B6F7D
RGB
CMYK
RGB Variations
Color information
#5B6F7D (or 0x5B6F7D) is known color: Blue Bayoux. HEX triplet: 5B, 6F and 7D. RGB value is (91,111,125). Sum of RGB (Red+Green+Blue) = 91+111+125=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B6F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6F7D is #A49082. Grayscale: #6A6A6A. Windows color (decimal): -10784899 or 8220507. OLE color: 8220507.
HSL color Cylindrical-coordinate representation of color #5B6F7D: hue angle of 204.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B6F7D is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 111 | 125 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.51 |
| HSL | 204.71º | 0.16% | 0.42% | - |
| HSV(B) | 204.71º | 0.27% | 0.49% | - |
| XYZ | 13.7 | 15.07 | 21.59 | - |
| YUV | 106.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 125 | 0.27 | 0.11 | 0 | 0.51 | 204.71 | 0.16 | 0.42 |
| Hex | 5B | 6F | 7D | 1B | B | 0 | 33 | CD | 10 | 2A |
| Octal | 133 | 157 | 175 | 33 | 13 | 0 | 63 | 315 | 20 | 52 |
| Binary | 1011011 | 1101111 | 1111101 | 11011 | 1011 | 0 | 110011 | 11001101 | 10000 | 101010 |
Color Harmonies of #5B6F7D
Complementary color
Monochromatic Colors of #5B6F7D
Black with #5B6F7D
Text Example
Text Example
White with #5B6F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F7D; }
p { color: rgb(91,111,125); }
H1.HeaderClassName
{
color: #5B6F7D;
}
.AnyTagClassName
{
color: #5B6F7D;
}
</style>
background-color css
<style>
a { background-color: #5B6F7D; }
a { background-color: rgb(91,111,125); }
div.DivClassName
{
background-color: #5B6F7D;
}
.BgClassName
{
background-color: #5B6F7D;
}
</style>
border-color css
<style>
span { border-color: #5B6F7D; }
span { border-color: rgb(91,111,125); }
td.TdClassName
{
border-color: #5B6F7D;
}
.TagClassName
{
border-color: #5B6F7D;
}
</style>