Shades of Rich Blue #5652AB
Tints of Rich Blue #5652AB
RGB
CMYK
RGB Variations
Color information
#5652AB (or 0x5652AB) is known color: Rich Blue. HEX triplet: 56, 52 and AB. RGB value is (86,82,171). Sum of RGB (Red+Green+Blue) = 86+82+171=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #5652AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5652AB is #A9AD54. Grayscale: #5C5C5C. Windows color (decimal): -11119957 or 11227734. OLE color: 11227734.
HSL color Cylindrical-coordinate representation of color #5652AB: hue angle of 242.7º 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 #5652AB is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 82 | 171 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.33 |
| HSL | 242.7º | 0.35% | 0.5% | - |
| HSV(B) | 242.7º | 0.52% | 0.67% | - |
| XYZ | 14.21 | 10.95 | 39.89 | - |
| YUV | 93.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 171 | 0.50 | 0.52 | 0 | 0.33 | 242.7 | 0.35 | 0.5 |
| Hex | 56 | 52 | AB | 32 | 34 | 0 | 21 | F3 | 23 | 32 |
| Octal | 126 | 122 | 253 | 62 | 64 | 0 | 41 | 363 | 43 | 62 |
| Binary | 1010110 | 1010010 | 10101011 | 110010 | 110100 | 0 | 100001 | 11110011 | 100011 | 110010 |
Color Harmonies of #5652AB
Complementary color
Monochromatic Colors of #5652AB
Black with #5652AB
Text Example
Text Example
White with #5652AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652AB; }
p { color: rgb(86,82,171); }
H1.HeaderClassName
{
color: #5652AB;
}
.AnyTagClassName
{
color: #5652AB;
}
</style>
background-color css
<style>
a { background-color: #5652AB; }
a { background-color: rgb(86,82,171); }
div.DivClassName
{
background-color: #5652AB;
}
.BgClassName
{
background-color: #5652AB;
}
</style>
border-color css
<style>
span { border-color: #5652AB; }
span { border-color: rgb(86,82,171); }
td.TdClassName
{
border-color: #5652AB;
}
.TagClassName
{
border-color: #5652AB;
}
</style>