Shades of Rich Blue #5853AC
Tints of Rich Blue #5853AC
RGB
CMYK
RGB Variations
Color information
#5853AC (or 0x5853AC) is known color: Rich Blue. HEX triplet: 58, 53 and AC. RGB value is (88,83,172). Sum of RGB (Red+Green+Blue) = 88+83+172=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #5853AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5853AC is #A7AC53. Grayscale: #5E5E5E. Windows color (decimal): -10988628 or 11293528. OLE color: 11293528.
HSL color Cylindrical-coordinate representation of color #5853AC: hue angle of 243.37º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5853AC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 83 | 172 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.33 |
| HSL | 243.37º | 0.35% | 0.5% | - |
| HSV(B) | 243.37º | 0.52% | 0.67% | - |
| XYZ | 14.56 | 11.24 | 40.43 | - |
| YUV | 94.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 172 | 0.49 | 0.52 | 0 | 0.33 | 243.37 | 0.35 | 0.5 |
| Hex | 58 | 53 | AC | 31 | 34 | 0 | 21 | F3 | 23 | 32 |
| Octal | 130 | 123 | 254 | 61 | 64 | 0 | 41 | 363 | 43 | 62 |
| Binary | 1011000 | 1010011 | 10101100 | 110001 | 110100 | 0 | 100001 | 11110011 | 100011 | 110010 |
Color Harmonies of #5853AC
Complementary color
Monochromatic Colors of #5853AC
Black with #5853AC
Text Example
Text Example
White with #5853AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5853AC; }
p { color: rgb(88,83,172); }
H1.HeaderClassName
{
color: #5853AC;
}
.AnyTagClassName
{
color: #5853AC;
}
</style>
background-color css
<style>
a { background-color: #5853AC; }
a { background-color: rgb(88,83,172); }
div.DivClassName
{
background-color: #5853AC;
}
.BgClassName
{
background-color: #5853AC;
}
</style>
border-color css
<style>
span { border-color: #5853AC; }
span { border-color: rgb(88,83,172); }
td.TdClassName
{
border-color: #5853AC;
}
.TagClassName
{
border-color: #5853AC;
}
</style>