Shades of Rich Blue #5B4BB8
Tints of Rich Blue #5B4BB8
RGB
CMYK
RGB Variations
Color information
#5B4BB8 (or 0x5B4BB8) is known color: Rich Blue. HEX triplet: 5B, 4B and B8. RGB value is (91,75,184). Sum of RGB (Red+Green+Blue) = 91+75+184=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B4BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4BB8 is #A4B447. Grayscale: #5B5B5B. Windows color (decimal): -10794056 or 12077915. OLE color: 12077915.
HSL color Cylindrical-coordinate representation of color #5B4BB8: hue angle of 248.81º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B4BB8 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 75 | 184 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.28 |
| HSL | 248.81º | 0.43% | 0.51% | - |
| HSV(B) | 248.81º | 0.59% | 0.72% | - |
| XYZ | 15.48 | 10.72 | 46.6 | - |
| YUV | 92.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 184 | 0.51 | 0.59 | 0 | 0.28 | 248.81 | 0.43 | 0.51 |
| Hex | 5B | 4B | B8 | 33 | 3B | 0 | 1C | F9 | 2B | 33 |
| Octal | 133 | 113 | 270 | 63 | 73 | 0 | 34 | 371 | 53 | 63 |
| Binary | 1011011 | 1001011 | 10111000 | 110011 | 111011 | 0 | 11100 | 11111001 | 101011 | 110011 |
Color Harmonies of #5B4BB8
Complementary color
Monochromatic Colors of #5B4BB8
Black with #5B4BB8
Text Example
Text Example
White with #5B4BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4BB8; }
p { color: rgb(91,75,184); }
H1.HeaderClassName
{
color: #5B4BB8;
}
.AnyTagClassName
{
color: #5B4BB8;
}
</style>
background-color css
<style>
a { background-color: #5B4BB8; }
a { background-color: rgb(91,75,184); }
div.DivClassName
{
background-color: #5B4BB8;
}
.BgClassName
{
background-color: #5B4BB8;
}
</style>
border-color css
<style>
span { border-color: #5B4BB8; }
span { border-color: rgb(91,75,184); }
td.TdClassName
{
border-color: #5B4BB8;
}
.TagClassName
{
border-color: #5B4BB8;
}
</style>