Shades of Rich Blue #5D539D
Tints of Rich Blue #5D539D
RGB
CMYK
RGB Variations
Color information
#5D539D (or 0x5D539D) is known color: Rich Blue. HEX triplet: 5D, 53 and 9D. RGB value is (93,83,157). Sum of RGB (Red+Green+Blue) = 93+83+157=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D539D is #A2AC62. Grayscale: #5E5E5E. Windows color (decimal): -10660963 or 10310493. OLE color: 10310493.
HSL color Cylindrical-coordinate representation of color #5D539D: hue angle of 248.11º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D539D is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 83 | 157 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.38 |
| HSL | 248.11º | 0.31% | 0.47% | - |
| HSV(B) | 248.11º | 0.47% | 0.62% | - |
| XYZ | 13.69 | 10.95 | 33.29 | - |
| YUV | 94.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 157 | 0.41 | 0.47 | 0 | 0.38 | 248.11 | 0.31 | 0.47 |
| Hex | 5D | 53 | 9D | 29 | 2F | 0 | 26 | F8 | 1F | 2F |
| Octal | 135 | 123 | 235 | 51 | 57 | 0 | 46 | 370 | 37 | 57 |
| Binary | 1011101 | 1010011 | 10011101 | 101001 | 101111 | 0 | 100110 | 11111000 | 11111 | 101111 |
Color Harmonies of #5D539D
Complementary color
Monochromatic Colors of #5D539D
Black with #5D539D
Text Example
Text Example
White with #5D539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D539D; }
p { color: rgb(93,83,157); }
H1.HeaderClassName
{
color: #5D539D;
}
.AnyTagClassName
{
color: #5D539D;
}
</style>
background-color css
<style>
a { background-color: #5D539D; }
a { background-color: rgb(93,83,157); }
div.DivClassName
{
background-color: #5D539D;
}
.BgClassName
{
background-color: #5D539D;
}
</style>
border-color css
<style>
span { border-color: #5D539D; }
span { border-color: rgb(93,83,157); }
td.TdClassName
{
border-color: #5D539D;
}
.TagClassName
{
border-color: #5D539D;
}
</style>