Shades of Rich Blue #5953B4
Tints of Rich Blue #5953B4
RGB
CMYK
RGB Variations
Color information
#5953B4 (or 0x5953B4) is known color: Rich Blue. HEX triplet: 59, 53 and B4. RGB value is (89,83,180). Sum of RGB (Red+Green+Blue) = 89+83+180=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #5953B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5953B4 is #A6AC4B. Grayscale: #5F5F5F. Windows color (decimal): -10923084 or 11817817. OLE color: 11817817.
HSL color Cylindrical-coordinate representation of color #5953B4: hue angle of 243.71º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5953B4 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 83 | 180 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.29 |
| HSL | 243.71º | 0.39% | 0.52% | - |
| HSV(B) | 243.71º | 0.54% | 0.71% | - |
| XYZ | 15.45 | 11.61 | 44.61 | - |
| YUV | 95.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 180 | 0.51 | 0.54 | 0 | 0.29 | 243.71 | 0.39 | 0.52 |
| Hex | 59 | 53 | B4 | 33 | 36 | 0 | 1D | F4 | 27 | 34 |
| Octal | 131 | 123 | 264 | 63 | 66 | 0 | 35 | 364 | 47 | 64 |
| Binary | 1011001 | 1010011 | 10110100 | 110011 | 110110 | 0 | 11101 | 11110100 | 100111 | 110100 |
Color Harmonies of #5953B4
Complementary color
Monochromatic Colors of #5953B4
Black with #5953B4
Text Example
Text Example
White with #5953B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953B4; }
p { color: rgb(89,83,180); }
H1.HeaderClassName
{
color: #5953B4;
}
.AnyTagClassName
{
color: #5953B4;
}
</style>
background-color css
<style>
a { background-color: #5953B4; }
a { background-color: rgb(89,83,180); }
div.DivClassName
{
background-color: #5953B4;
}
.BgClassName
{
background-color: #5953B4;
}
</style>
border-color css
<style>
span { border-color: #5953B4; }
span { border-color: rgb(89,83,180); }
td.TdClassName
{
border-color: #5953B4;
}
.TagClassName
{
border-color: #5953B4;
}
</style>