Shades of Rich Blue #5A4BBC
Tints of Rich Blue #5A4BBC
RGB
CMYK
RGB Variations
Color information
#5A4BBC (or 0x5A4BBC) is known color: Rich Blue. HEX triplet: 5A, 4B and BC. RGB value is (90,75,188). Sum of RGB (Red+Green+Blue) = 90+75+188=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4BBC is #A5B443. Grayscale: #5B5B5B. Windows color (decimal): -10859588 or 12340058. OLE color: 12340058.
HSL color Cylindrical-coordinate representation of color #5A4BBC: hue angle of 247.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4BBC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 75 | 188 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.26 |
| HSL | 247.96º | 0.46% | 0.52% | - |
| HSV(B) | 247.96º | 0.6% | 0.74% | - |
| XYZ | 15.81 | 10.84 | 48.84 | - |
| YUV | 92.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 188 | 0.52 | 0.60 | 0 | 0.26 | 247.96 | 0.46 | 0.52 |
| Hex | 5A | 4B | BC | 34 | 3C | 0 | 1A | F8 | 2E | 34 |
| Octal | 132 | 113 | 274 | 64 | 74 | 0 | 32 | 370 | 56 | 64 |
| Binary | 1011010 | 1001011 | 10111100 | 110100 | 111100 | 0 | 11010 | 11111000 | 101110 | 110100 |
Color Harmonies of #5A4BBC
Complementary color
Monochromatic Colors of #5A4BBC
Black with #5A4BBC
Text Example
Text Example
White with #5A4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4BBC; }
p { color: rgb(90,75,188); }
H1.HeaderClassName
{
color: #5A4BBC;
}
.AnyTagClassName
{
color: #5A4BBC;
}
</style>
background-color css
<style>
a { background-color: #5A4BBC; }
a { background-color: rgb(90,75,188); }
div.DivClassName
{
background-color: #5A4BBC;
}
.BgClassName
{
background-color: #5A4BBC;
}
</style>
border-color css
<style>
span { border-color: #5A4BBC; }
span { border-color: rgb(90,75,188); }
td.TdClassName
{
border-color: #5A4BBC;
}
.TagClassName
{
border-color: #5A4BBC;
}
</style>