Shades of Rich Blue #5352AB
Tints of Rich Blue #5352AB
RGB
CMYK
RGB Variations
Color information
#5352AB (or 0x5352AB) is known color: Rich Blue. HEX triplet: 53, 52 and AB. RGB value is (83,82,171). Sum of RGB (Red+Green+Blue) = 83+82+171=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #5352AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5352AB is #ACAD54. Grayscale: #5C5C5C. Windows color (decimal): -11316565 or 11227731. OLE color: 11227731.
HSL color Cylindrical-coordinate representation of color #5352AB: hue angle of 240.67º 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 #5352AB is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 82 | 171 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.33 |
| HSL | 240.67º | 0.35% | 0.5% | - |
| HSV(B) | 240.67º | 0.52% | 0.67% | - |
| XYZ | 13.94 | 10.81 | 39.88 | - |
| YUV | 92.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 171 | 0.51 | 0.52 | 0 | 0.33 | 240.67 | 0.35 | 0.5 |
| Hex | 53 | 52 | AB | 33 | 34 | 0 | 21 | F1 | 23 | 32 |
| Octal | 123 | 122 | 253 | 63 | 64 | 0 | 41 | 361 | 43 | 62 |
| Binary | 1010011 | 1010010 | 10101011 | 110011 | 110100 | 0 | 100001 | 11110001 | 100011 | 110010 |
Color Harmonies of #5352AB
Complementary color
Monochromatic Colors of #5352AB
Black with #5352AB
Text Example
Text Example
White with #5352AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352AB; }
p { color: rgb(83,82,171); }
H1.HeaderClassName
{
color: #5352AB;
}
.AnyTagClassName
{
color: #5352AB;
}
</style>
background-color css
<style>
a { background-color: #5352AB; }
a { background-color: rgb(83,82,171); }
div.DivClassName
{
background-color: #5352AB;
}
.BgClassName
{
background-color: #5352AB;
}
</style>
border-color css
<style>
span { border-color: #5352AB; }
span { border-color: rgb(83,82,171); }
td.TdClassName
{
border-color: #5352AB;
}
.TagClassName
{
border-color: #5352AB;
}
</style>