Shades of Blue Bayoux #5B7982
Tints of Blue Bayoux #5B7982
RGB
CMYK
RGB Variations
Color information
#5B7982 (or 0x5B7982) is known color: Blue Bayoux. HEX triplet: 5B, 79 and 82. RGB value is (91,121,130). Sum of RGB (Red+Green+Blue) = 91+121+130=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7982 is #A4867D. Grayscale: #707070. Windows color (decimal): -10782334 or 8550747. OLE color: 8550747.
HSL color Cylindrical-coordinate representation of color #5B7982: hue angle of 193.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7982 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 121 | 130 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.49 |
| HSL | 193.85º | 0.18% | 0.43% | - |
| HSV(B) | 193.85º | 0.3% | 0.51% | - |
| XYZ | 15.18 | 17.51 | 23.7 | - |
| YUV | 113.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 130 | 0.30 | 0.07 | 0 | 0.49 | 193.85 | 0.18 | 0.43 |
| Hex | 5B | 79 | 82 | 1E | 7 | 0 | 31 | C2 | 12 | 2B |
| Octal | 133 | 171 | 202 | 36 | 7 | 0 | 61 | 302 | 22 | 53 |
| Binary | 1011011 | 1111001 | 10000010 | 11110 | 111 | 0 | 110001 | 11000010 | 10010 | 101011 |
Color Harmonies of #5B7982
Complementary color
Monochromatic Colors of #5B7982
Black with #5B7982
Text Example
Text Example
White with #5B7982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7982; }
p { color: rgb(91,121,130); }
H1.HeaderClassName
{
color: #5B7982;
}
.AnyTagClassName
{
color: #5B7982;
}
</style>
background-color css
<style>
a { background-color: #5B7982; }
a { background-color: rgb(91,121,130); }
div.DivClassName
{
background-color: #5B7982;
}
.BgClassName
{
background-color: #5B7982;
}
</style>
border-color css
<style>
span { border-color: #5B7982; }
span { border-color: rgb(91,121,130); }
td.TdClassName
{
border-color: #5B7982;
}
.TagClassName
{
border-color: #5B7982;
}
</style>