Shades of Blue Bayoux #5B7584
Tints of Blue Bayoux #5B7584
RGB
CMYK
RGB Variations
Color information
#5B7584 (or 0x5B7584) is known color: Blue Bayoux. HEX triplet: 5B, 75 and 84. RGB value is (91,117,132). Sum of RGB (Red+Green+Blue) = 91+117+132=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7584 is #A48A7B. Grayscale: #6E6E6E. Windows color (decimal): -10783356 or 8680795. OLE color: 8680795.
HSL color Cylindrical-coordinate representation of color #5B7584: hue angle of 201.95º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B7584 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 117 | 132 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.48 |
| HSL | 201.95º | 0.18% | 0.44% | - |
| HSV(B) | 201.95º | 0.31% | 0.52% | - |
| XYZ | 14.84 | 16.61 | 24.25 | - |
| YUV | 110.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 132 | 0.31 | 0.11 | 0 | 0.48 | 201.95 | 0.18 | 0.44 |
| Hex | 5B | 75 | 84 | 1F | B | 0 | 30 | CA | 12 | 2C |
| Octal | 133 | 165 | 204 | 37 | 13 | 0 | 60 | 312 | 22 | 54 |
| Binary | 1011011 | 1110101 | 10000100 | 11111 | 1011 | 0 | 110000 | 11001010 | 10010 | 101100 |
Color Harmonies of #5B7584
Complementary color
Monochromatic Colors of #5B7584
Black with #5B7584
Text Example
Text Example
White with #5B7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7584; }
p { color: rgb(91,117,132); }
H1.HeaderClassName
{
color: #5B7584;
}
.AnyTagClassName
{
color: #5B7584;
}
</style>
background-color css
<style>
a { background-color: #5B7584; }
a { background-color: rgb(91,117,132); }
div.DivClassName
{
background-color: #5B7584;
}
.BgClassName
{
background-color: #5B7584;
}
</style>
border-color css
<style>
span { border-color: #5B7584; }
span { border-color: rgb(91,117,132); }
td.TdClassName
{
border-color: #5B7584;
}
.TagClassName
{
border-color: #5B7584;
}
</style>