Shades of Rich Blue #5D529C
Tints of Rich Blue #5D529C
RGB
CMYK
RGB Variations
Color information
#5D529C (or 0x5D529C) is known color: Rich Blue. HEX triplet: 5D, 52 and 9C. RGB value is (93,82,156). Sum of RGB (Red+Green+Blue) = 93+82+156=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D529C is #A2AD63. Grayscale: #5D5D5D. Windows color (decimal): -10661220 or 10244701. OLE color: 10244701.
HSL color Cylindrical-coordinate representation of color #5D529C: hue angle of 248.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D529C is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 82 | 156 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.39 |
| HSL | 248.92º | 0.31% | 0.47% | - |
| HSV(B) | 248.92º | 0.47% | 0.61% | - |
| XYZ | 13.53 | 10.76 | 32.82 | - |
| YUV | 93.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 82 | 156 | 0.40 | 0.47 | 0 | 0.39 | 248.92 | 0.31 | 0.47 |
| Hex | 5D | 52 | 9C | 28 | 2F | 0 | 27 | F9 | 1F | 2F |
| Octal | 135 | 122 | 234 | 50 | 57 | 0 | 47 | 371 | 37 | 57 |
| Binary | 1011101 | 1010010 | 10011100 | 101000 | 101111 | 0 | 100111 | 11111001 | 11111 | 101111 |
Color Harmonies of #5D529C
Complementary color
Monochromatic Colors of #5D529C
Black with #5D529C
Text Example
Text Example
White with #5D529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D529C; }
p { color: rgb(93,82,156); }
H1.HeaderClassName
{
color: #5D529C;
}
.AnyTagClassName
{
color: #5D529C;
}
</style>
background-color css
<style>
a { background-color: #5D529C; }
a { background-color: rgb(93,82,156); }
div.DivClassName
{
background-color: #5D529C;
}
.BgClassName
{
background-color: #5D529C;
}
</style>
border-color css
<style>
span { border-color: #5D529C; }
span { border-color: rgb(93,82,156); }
td.TdClassName
{
border-color: #5D529C;
}
.TagClassName
{
border-color: #5D529C;
}
</style>