Shades of Rich Blue #5853AA
Tints of Rich Blue #5853AA
RGB
CMYK
RGB Variations
Color information
#5853AA (or 0x5853AA) is known color: Rich Blue. HEX triplet: 58, 53 and AA. RGB value is (88,83,170). Sum of RGB (Red+Green+Blue) = 88+83+170=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #5853AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5853AA is #A7AC55. Grayscale: #5E5E5E. Windows color (decimal): -10988630 or 11162456. OLE color: 11162456.
HSL color Cylindrical-coordinate representation of color #5853AA: hue angle of 243.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5853AA is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 83 | 170 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.33 |
| HSL | 243.45º | 0.34% | 0.5% | - |
| HSV(B) | 243.45º | 0.51% | 0.67% | - |
| XYZ | 14.37 | 11.16 | 39.43 | - |
| YUV | 94.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 170 | 0.48 | 0.51 | 0 | 0.33 | 243.45 | 0.34 | 0.5 |
| Hex | 58 | 53 | AA | 30 | 33 | 0 | 21 | F3 | 22 | 32 |
| Octal | 130 | 123 | 252 | 60 | 63 | 0 | 41 | 363 | 42 | 62 |
| Binary | 1011000 | 1010011 | 10101010 | 110000 | 110011 | 0 | 100001 | 11110011 | 100010 | 110010 |
Color Harmonies of #5853AA
Complementary color
Monochromatic Colors of #5853AA
Black with #5853AA
Text Example
Text Example
White with #5853AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5853AA; }
p { color: rgb(88,83,170); }
H1.HeaderClassName
{
color: #5853AA;
}
.AnyTagClassName
{
color: #5853AA;
}
</style>
background-color css
<style>
a { background-color: #5853AA; }
a { background-color: rgb(88,83,170); }
div.DivClassName
{
background-color: #5853AA;
}
.BgClassName
{
background-color: #5853AA;
}
</style>
border-color css
<style>
span { border-color: #5853AA; }
span { border-color: rgb(88,83,170); }
td.TdClassName
{
border-color: #5853AA;
}
.TagClassName
{
border-color: #5853AA;
}
</style>