Shades of Rich Blue #5352AA
Tints of Rich Blue #5352AA
RGB
CMYK
RGB Variations
Color information
#5352AA (or 0x5352AA) is known color: Rich Blue. HEX triplet: 53, 52 and AA. RGB value is (83,82,170). Sum of RGB (Red+Green+Blue) = 83+82+170=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5352AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5352AA is #ACAD55. Grayscale: #5B5B5B. Windows color (decimal): -11316566 or 11162195. OLE color: 11162195.
HSL color Cylindrical-coordinate representation of color #5352AA: hue angle of 240.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5352AA is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 82 | 170 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.33 |
| HSL | 240.68º | 0.35% | 0.49% | - |
| HSV(B) | 240.68º | 0.52% | 0.67% | - |
| XYZ | 13.84 | 10.78 | 39.38 | - |
| YUV | 92.33 | 171.83 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 170 | 0.51 | 0.52 | 0 | 0.33 | 240.68 | 0.35 | 0.49 |
| Hex | 53 | 52 | AA | 33 | 34 | 0 | 21 | F1 | 23 | 31 |
| Octal | 123 | 122 | 252 | 63 | 64 | 0 | 41 | 361 | 43 | 61 |
| Binary | 1010011 | 1010010 | 10101010 | 110011 | 110100 | 0 | 100001 | 11110001 | 100011 | 110001 |
Color Harmonies of #5352AA
Complementary color
Monochromatic Colors of #5352AA
Black with #5352AA
Text Example
Text Example
White with #5352AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352AA; }
p { color: rgb(83,82,170); }
H1.HeaderClassName
{
color: #5352AA;
}
.AnyTagClassName
{
color: #5352AA;
}
</style>
background-color css
<style>
a { background-color: #5352AA; }
a { background-color: rgb(83,82,170); }
div.DivClassName
{
background-color: #5352AA;
}
.BgClassName
{
background-color: #5352AA;
}
</style>
border-color css
<style>
span { border-color: #5352AA; }
span { border-color: rgb(83,82,170); }
td.TdClassName
{
border-color: #5352AA;
}
.TagClassName
{
border-color: #5352AA;
}
</style>