Shades of Rich Blue #5D529D
Tints of Rich Blue #5D529D
RGB
CMYK
RGB Variations
Color information
#5D529D (or 0x5D529D) is known color: Rich Blue. HEX triplet: 5D, 52 and 9D. RGB value is (93,82,157). Sum of RGB (Red+Green+Blue) = 93+82+157=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D529D is #A2AD62. Grayscale: #5D5D5D. Windows color (decimal): -10661219 or 10310237. OLE color: 10310237.
HSL color Cylindrical-coordinate representation of color #5D529D: hue angle of 248.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D529D is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 82 | 157 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.38 |
| HSL | 248.8º | 0.31% | 0.47% | - |
| HSV(B) | 248.8º | 0.48% | 0.62% | - |
| XYZ | 13.62 | 10.8 | 33.26 | - |
| YUV | 93.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 157 | 0.41 | 0.48 | 0 | 0.38 | 248.8 | 0.31 | 0.47 |
| Hex | 5D | 52 | 9D | 29 | 30 | 0 | 26 | F9 | 1F | 2F |
| Octal | 135 | 122 | 235 | 51 | 60 | 0 | 46 | 371 | 37 | 57 |
| Binary | 1011101 | 1010010 | 10011101 | 101001 | 110000 | 0 | 100110 | 11111001 | 11111 | 101111 |
Color Harmonies of #5D529D
Complementary color
Monochromatic Colors of #5D529D
Black with #5D529D
Text Example
Text Example
White with #5D529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D529D; }
p { color: rgb(93,82,157); }
H1.HeaderClassName
{
color: #5D529D;
}
.AnyTagClassName
{
color: #5D529D;
}
</style>
background-color css
<style>
a { background-color: #5D529D; }
a { background-color: rgb(93,82,157); }
div.DivClassName
{
background-color: #5D529D;
}
.BgClassName
{
background-color: #5D529D;
}
</style>
border-color css
<style>
span { border-color: #5D529D; }
span { border-color: rgb(93,82,157); }
td.TdClassName
{
border-color: #5D529D;
}
.TagClassName
{
border-color: #5D529D;
}
</style>