Shades of Rich Blue #5B4AAA
Tints of Rich Blue #5B4AAA
RGB
CMYK
RGB Variations
Color information
#5B4AAA (or 0x5B4AAA) is known color: Rich Blue. HEX triplet: 5B, 4A and AA. RGB value is (91,74,170). Sum of RGB (Red+Green+Blue) = 91+74+170=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4AAA is #A4B555. Grayscale: #595959. Windows color (decimal): -10794326 or 11160155. OLE color: 11160155.
HSL color Cylindrical-coordinate representation of color #5B4AAA: hue angle of 250.63º degrees, saturation: 0.39, 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 #5B4AAA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 74 | 170 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.33 |
| HSL | 250.63º | 0.39% | 0.48% | - |
| HSV(B) | 250.63º | 0.56% | 0.67% | - |
| XYZ | 14.02 | 10.02 | 39.23 | - |
| YUV | 90.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 170 | 0.46 | 0.56 | 0 | 0.33 | 250.63 | 0.39 | 0.48 |
| Hex | 5B | 4A | AA | 2E | 38 | 0 | 21 | FB | 27 | 30 |
| Octal | 133 | 112 | 252 | 56 | 70 | 0 | 41 | 373 | 47 | 60 |
| Binary | 1011011 | 1001010 | 10101010 | 101110 | 111000 | 0 | 100001 | 11111011 | 100111 | 110000 |
Color Harmonies of #5B4AAA
Complementary color
Monochromatic Colors of #5B4AAA
Black with #5B4AAA
Text Example
Text Example
White with #5B4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4AAA; }
p { color: rgb(91,74,170); }
H1.HeaderClassName
{
color: #5B4AAA;
}
.AnyTagClassName
{
color: #5B4AAA;
}
</style>
background-color css
<style>
a { background-color: #5B4AAA; }
a { background-color: rgb(91,74,170); }
div.DivClassName
{
background-color: #5B4AAA;
}
.BgClassName
{
background-color: #5B4AAA;
}
</style>
border-color css
<style>
span { border-color: #5B4AAA; }
span { border-color: rgb(91,74,170); }
td.TdClassName
{
border-color: #5B4AAA;
}
.TagClassName
{
border-color: #5B4AAA;
}
</style>