Shades of Rich Blue #5D4FA5
Tints of Rich Blue #5D4FA5
RGB
CMYK
RGB Variations
Color information
#5D4FA5 (or 0x5D4FA5) is known color: Rich Blue. HEX triplet: 5D, 4F and A5. RGB value is (93,79,165). Sum of RGB (Red+Green+Blue) = 93+79+165=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #5D4FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4FA5 is #A2B05A. Grayscale: #5C5C5C. Windows color (decimal): -10661979 or 10833757. OLE color: 10833757.
HSL color Cylindrical-coordinate representation of color #5D4FA5: hue angle of 249.77º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D4FA5 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 79 | 165 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.35 |
| HSL | 249.77º | 0.35% | 0.48% | - |
| HSV(B) | 249.77º | 0.52% | 0.65% | - |
| XYZ | 14.1 | 10.64 | 36.91 | - |
| YUV | 92.99 | 168.64 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 79 | 165 | 0.44 | 0.52 | 0 | 0.35 | 249.77 | 0.35 | 0.48 |
| Hex | 5D | 4F | A5 | 2C | 34 | 0 | 23 | FA | 23 | 30 |
| Octal | 135 | 117 | 245 | 54 | 64 | 0 | 43 | 372 | 43 | 60 |
| Binary | 1011101 | 1001111 | 10100101 | 101100 | 110100 | 0 | 100011 | 11111010 | 100011 | 110000 |
Color Harmonies of #5D4FA5
Complementary color
Monochromatic Colors of #5D4FA5
Black with #5D4FA5
Text Example
Text Example
White with #5D4FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4FA5; }
p { color: rgb(93,79,165); }
H1.HeaderClassName
{
color: #5D4FA5;
}
.AnyTagClassName
{
color: #5D4FA5;
}
</style>
background-color css
<style>
a { background-color: #5D4FA5; }
a { background-color: rgb(93,79,165); }
div.DivClassName
{
background-color: #5D4FA5;
}
.BgClassName
{
background-color: #5D4FA5;
}
</style>
border-color css
<style>
span { border-color: #5D4FA5; }
span { border-color: rgb(93,79,165); }
td.TdClassName
{
border-color: #5D4FA5;
}
.TagClassName
{
border-color: #5D4FA5;
}
</style>