Shades of Rich Blue #5345AE
Tints of Rich Blue #5345AE
RGB
CMYK
RGB Variations
Color information
#5345AE (or 0x5345AE) is known color: Rich Blue. HEX triplet: 53, 45 and AE. RGB value is (83,69,174). Sum of RGB (Red+Green+Blue) = 83+69+174=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #5345AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5345AE is #ACBA51. Grayscale: #545454. Windows color (decimal): -11319890 or 11421011. OLE color: 11421011.
HSL color Cylindrical-coordinate representation of color #5345AE: hue angle of 248º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5345AE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 69 | 174 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.32 |
| HSL | 248º | 0.43% | 0.48% | - |
| HSV(B) | 248º | 0.6% | 0.68% | - |
| XYZ | 13.34 | 9.15 | 41.11 | - |
| YUV | 85.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 174 | 0.52 | 0.60 | 0 | 0.32 | 248 | 0.43 | 0.48 |
| Hex | 53 | 45 | AE | 34 | 3C | 0 | 20 | F8 | 2B | 30 |
| Octal | 123 | 105 | 256 | 64 | 74 | 0 | 40 | 370 | 53 | 60 |
| Binary | 1010011 | 1000101 | 10101110 | 110100 | 111100 | 0 | 100000 | 11111000 | 101011 | 110000 |
Color Harmonies of #5345AE
Complementary color
Monochromatic Colors of #5345AE
Black with #5345AE
Text Example
Text Example
White with #5345AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345AE; }
p { color: rgb(83,69,174); }
H1.HeaderClassName
{
color: #5345AE;
}
.AnyTagClassName
{
color: #5345AE;
}
</style>
background-color css
<style>
a { background-color: #5345AE; }
a { background-color: rgb(83,69,174); }
div.DivClassName
{
background-color: #5345AE;
}
.BgClassName
{
background-color: #5345AE;
}
</style>
border-color css
<style>
span { border-color: #5345AE; }
span { border-color: rgb(83,69,174); }
td.TdClassName
{
border-color: #5345AE;
}
.TagClassName
{
border-color: #5345AE;
}
</style>