Shades of Rich Blue #5353AE
Tints of Rich Blue #5353AE
RGB
CMYK
RGB Variations
Color information
#5353AE (or 0x5353AE) is known color: Rich Blue. HEX triplet: 53, 53 and AE. RGB value is (83,83,174). Sum of RGB (Red+Green+Blue) = 83+83+174=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #5353AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5353AE is #ACAC51. Grayscale: #5D5D5D. Windows color (decimal): -11316306 or 11424595. OLE color: 11424595.
HSL color Cylindrical-coordinate representation of color #5353AE: hue angle of 240º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5353AE is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 83 | 174 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.32 |
| HSL | 240º | 0.36% | 0.5% | - |
| HSV(B) | 240º | 0.52% | 0.68% | - |
| XYZ | 14.3 | 11.08 | 41.43 | - |
| YUV | 93.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 174 | 0.52 | 0.52 | 0 | 0.32 | 240 | 0.36 | 0.5 |
| Hex | 53 | 53 | AE | 34 | 34 | 0 | 20 | F0 | 24 | 32 |
| Octal | 123 | 123 | 256 | 64 | 64 | 0 | 40 | 360 | 44 | 62 |
| Binary | 1010011 | 1010011 | 10101110 | 110100 | 110100 | 0 | 100000 | 11110000 | 100100 | 110010 |
Color Harmonies of #5353AE
Complementary color
Monochromatic Colors of #5353AE
Black with #5353AE
Text Example
Text Example
White with #5353AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5353AE; }
p { color: rgb(83,83,174); }
H1.HeaderClassName
{
color: #5353AE;
}
.AnyTagClassName
{
color: #5353AE;
}
</style>
background-color css
<style>
a { background-color: #5353AE; }
a { background-color: rgb(83,83,174); }
div.DivClassName
{
background-color: #5353AE;
}
.BgClassName
{
background-color: #5353AE;
}
</style>
border-color css
<style>
span { border-color: #5353AE; }
span { border-color: rgb(83,83,174); }
td.TdClassName
{
border-color: #5353AE;
}
.TagClassName
{
border-color: #5353AE;
}
</style>