Shades of Rich Blue #5356AE
Tints of Rich Blue #5356AE
RGB
CMYK
RGB Variations
Color information
#5356AE (or 0x5356AE) is known color: Rich Blue. HEX triplet: 53, 56 and AE. RGB value is (83,86,174). Sum of RGB (Red+Green+Blue) = 83+86+174=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #5356AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5356AE is #ACA951. Grayscale: #5E5E5E. Windows color (decimal): -11315538 or 11425363. OLE color: 11425363.
HSL color Cylindrical-coordinate representation of color #5356AE: hue angle of 238.02º 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 #5356AE is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 86 | 174 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.32 |
| HSL | 238.02º | 0.36% | 0.5% | - |
| HSV(B) | 238.02º | 0.52% | 0.68% | - |
| XYZ | 14.54 | 11.55 | 41.51 | - |
| YUV | 95.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 174 | 0.52 | 0.51 | 0 | 0.32 | 238.02 | 0.36 | 0.5 |
| Hex | 53 | 56 | AE | 34 | 33 | 0 | 20 | EE | 24 | 32 |
| Octal | 123 | 126 | 256 | 64 | 63 | 0 | 40 | 356 | 44 | 62 |
| Binary | 1010011 | 1010110 | 10101110 | 110100 | 110011 | 0 | 100000 | 11101110 | 100100 | 110010 |
Color Harmonies of #5356AE
Complementary color
Monochromatic Colors of #5356AE
Black with #5356AE
Text Example
Text Example
White with #5356AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5356AE; }
p { color: rgb(83,86,174); }
H1.HeaderClassName
{
color: #5356AE;
}
.AnyTagClassName
{
color: #5356AE;
}
</style>
background-color css
<style>
a { background-color: #5356AE; }
a { background-color: rgb(83,86,174); }
div.DivClassName
{
background-color: #5356AE;
}
.BgClassName
{
background-color: #5356AE;
}
</style>
border-color css
<style>
span { border-color: #5356AE; }
span { border-color: rgb(83,86,174); }
td.TdClassName
{
border-color: #5356AE;
}
.TagClassName
{
border-color: #5356AE;
}
</style>