Shades of Rich Blue #5B4CAB
Tints of Rich Blue #5B4CAB
RGB
CMYK
RGB Variations
Color information
#5B4CAB (or 0x5B4CAB) is known color: Rich Blue. HEX triplet: 5B, 4C and AB. RGB value is (91,76,171). Sum of RGB (Red+Green+Blue) = 91+76+171=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B4CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4CAB is #A4B354. Grayscale: #5A5A5A. Windows color (decimal): -10793813 or 11226203. OLE color: 11226203.
HSL color Cylindrical-coordinate representation of color #5B4CAB: hue angle of 249.47º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B4CAB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 76 | 171 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.33 |
| HSL | 249.47º | 0.38% | 0.48% | - |
| HSV(B) | 249.47º | 0.56% | 0.67% | - |
| XYZ | 14.25 | 10.33 | 39.77 | - |
| YUV | 91.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 171 | 0.47 | 0.56 | 0 | 0.33 | 249.47 | 0.38 | 0.48 |
| Hex | 5B | 4C | AB | 2F | 38 | 0 | 21 | F9 | 26 | 30 |
| Octal | 133 | 114 | 253 | 57 | 70 | 0 | 41 | 371 | 46 | 60 |
| Binary | 1011011 | 1001100 | 10101011 | 101111 | 111000 | 0 | 100001 | 11111001 | 100110 | 110000 |
Color Harmonies of #5B4CAB
Complementary color
Monochromatic Colors of #5B4CAB
Black with #5B4CAB
Text Example
Text Example
White with #5B4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4CAB; }
p { color: rgb(91,76,171); }
H1.HeaderClassName
{
color: #5B4CAB;
}
.AnyTagClassName
{
color: #5B4CAB;
}
</style>
background-color css
<style>
a { background-color: #5B4CAB; }
a { background-color: rgb(91,76,171); }
div.DivClassName
{
background-color: #5B4CAB;
}
.BgClassName
{
background-color: #5B4CAB;
}
</style>
border-color css
<style>
span { border-color: #5B4CAB; }
span { border-color: rgb(91,76,171); }
td.TdClassName
{
border-color: #5B4CAB;
}
.TagClassName
{
border-color: #5B4CAB;
}
</style>