Shades of Rich Blue #5852AB
Tints of Rich Blue #5852AB
RGB
CMYK
RGB Variations
Color information
#5852AB (or 0x5852AB) is known color: Rich Blue. HEX triplet: 58, 52 and AB. RGB value is (88,82,171). Sum of RGB (Red+Green+Blue) = 88+82+171=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #5852AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5852AB is #A7AD54. Grayscale: #5D5D5D. Windows color (decimal): -10988885 or 11227736. OLE color: 11227736.
HSL color Cylindrical-coordinate representation of color #5852AB: hue angle of 244.04º 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 #5852AB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 82 | 171 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.33 |
| HSL | 244.04º | 0.35% | 0.5% | - |
| HSV(B) | 244.04º | 0.52% | 0.67% | - |
| XYZ | 14.39 | 11.05 | 39.9 | - |
| YUV | 93.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 171 | 0.49 | 0.52 | 0 | 0.33 | 244.04 | 0.35 | 0.5 |
| Hex | 58 | 52 | AB | 31 | 34 | 0 | 21 | F4 | 23 | 32 |
| Octal | 130 | 122 | 253 | 61 | 64 | 0 | 41 | 364 | 43 | 62 |
| Binary | 1011000 | 1010010 | 10101011 | 110001 | 110100 | 0 | 100001 | 11110100 | 100011 | 110010 |
Color Harmonies of #5852AB
Complementary color
Monochromatic Colors of #5852AB
Black with #5852AB
Text Example
Text Example
White with #5852AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5852AB; }
p { color: rgb(88,82,171); }
H1.HeaderClassName
{
color: #5852AB;
}
.AnyTagClassName
{
color: #5852AB;
}
</style>
background-color css
<style>
a { background-color: #5852AB; }
a { background-color: rgb(88,82,171); }
div.DivClassName
{
background-color: #5852AB;
}
.BgClassName
{
background-color: #5852AB;
}
</style>
border-color css
<style>
span { border-color: #5852AB; }
span { border-color: rgb(88,82,171); }
td.TdClassName
{
border-color: #5852AB;
}
.TagClassName
{
border-color: #5852AB;
}
</style>