Shades of Rich Blue #5D4DAB
Tints of Rich Blue #5D4DAB
RGB
CMYK
RGB Variations
Color information
#5D4DAB (or 0x5D4DAB) is known color: Rich Blue. HEX triplet: 5D, 4D and AB. RGB value is (93,77,171). Sum of RGB (Red+Green+Blue) = 93+77+171=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4DAB is #A2B254. Grayscale: #5C5C5C. Windows color (decimal): -10662485 or 11226461. OLE color: 11226461.
HSL color Cylindrical-coordinate representation of color #5D4DAB: hue angle of 250.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D4DAB is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 77 | 171 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.33 |
| HSL | 250.21º | 0.38% | 0.49% | - |
| HSV(B) | 250.21º | 0.55% | 0.67% | - |
| XYZ | 14.52 | 10.58 | 39.8 | - |
| YUV | 92.5 | 172.3 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 77 | 171 | 0.46 | 0.55 | 0 | 0.33 | 250.21 | 0.38 | 0.49 |
| Hex | 5D | 4D | AB | 2E | 37 | 0 | 21 | FA | 26 | 31 |
| Octal | 135 | 115 | 253 | 56 | 67 | 0 | 41 | 372 | 46 | 61 |
| Binary | 1011101 | 1001101 | 10101011 | 101110 | 110111 | 0 | 100001 | 11111010 | 100110 | 110001 |
Color Harmonies of #5D4DAB
Complementary color
Monochromatic Colors of #5D4DAB
Black with #5D4DAB
Text Example
Text Example
White with #5D4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4DAB; }
p { color: rgb(93,77,171); }
H1.HeaderClassName
{
color: #5D4DAB;
}
.AnyTagClassName
{
color: #5D4DAB;
}
</style>
background-color css
<style>
a { background-color: #5D4DAB; }
a { background-color: rgb(93,77,171); }
div.DivClassName
{
background-color: #5D4DAB;
}
.BgClassName
{
background-color: #5D4DAB;
}
</style>
border-color css
<style>
span { border-color: #5D4DAB; }
span { border-color: rgb(93,77,171); }
td.TdClassName
{
border-color: #5D4DAB;
}
.TagClassName
{
border-color: #5D4DAB;
}
</style>