Shades of Rich Blue #5D4BA9
Tints of Rich Blue #5D4BA9
RGB
CMYK
RGB Variations
Color information
#5D4BA9 (or 0x5D4BA9) is known color: Rich Blue. HEX triplet: 5D, 4B and A9. RGB value is (93,75,169). Sum of RGB (Red+Green+Blue) = 93+75+169=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D4BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4BA9 is #A2B456. Grayscale: #5A5A5A. Windows color (decimal): -10662999 or 11094877. OLE color: 11094877.
HSL color Cylindrical-coordinate representation of color #5D4BA9: hue angle of 251.49º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4BA9 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 75 | 169 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.34 |
| HSL | 251.49º | 0.39% | 0.48% | - |
| HSV(B) | 251.49º | 0.56% | 0.66% | - |
| XYZ | 14.19 | 10.22 | 38.76 | - |
| YUV | 91.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 75 | 169 | 0.45 | 0.56 | 0 | 0.34 | 251.49 | 0.39 | 0.48 |
| Hex | 5D | 4B | A9 | 2D | 38 | 0 | 22 | FB | 27 | 30 |
| Octal | 135 | 113 | 251 | 55 | 70 | 0 | 42 | 373 | 47 | 60 |
| Binary | 1011101 | 1001011 | 10101001 | 101101 | 111000 | 0 | 100010 | 11111011 | 100111 | 110000 |
Color Harmonies of #5D4BA9
Complementary color
Monochromatic Colors of #5D4BA9
Black with #5D4BA9
Text Example
Text Example
White with #5D4BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4BA9; }
p { color: rgb(93,75,169); }
H1.HeaderClassName
{
color: #5D4BA9;
}
.AnyTagClassName
{
color: #5D4BA9;
}
</style>
background-color css
<style>
a { background-color: #5D4BA9; }
a { background-color: rgb(93,75,169); }
div.DivClassName
{
background-color: #5D4BA9;
}
.BgClassName
{
background-color: #5D4BA9;
}
</style>
border-color css
<style>
span { border-color: #5D4BA9; }
span { border-color: rgb(93,75,169); }
td.TdClassName
{
border-color: #5D4BA9;
}
.TagClassName
{
border-color: #5D4BA9;
}
</style>