Shades of Rich Blue #5345AD
Tints of Rich Blue #5345AD
RGB
CMYK
RGB Variations
Color information
#5345AD (or 0x5345AD) is known color: Rich Blue. HEX triplet: 53, 45 and AD. RGB value is (83,69,173). Sum of RGB (Red+Green+Blue) = 83+69+173=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #5345AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5345AD is #ACBA52. Grayscale: #545454. Windows color (decimal): -11319891 or 11355475. OLE color: 11355475.
HSL color Cylindrical-coordinate representation of color #5345AD: hue angle of 248.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5345AD is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 69 | 173 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.32 |
| HSL | 248.08º | 0.43% | 0.47% | - |
| HSV(B) | 248.08º | 0.6% | 0.68% | - |
| XYZ | 13.24 | 9.11 | 40.6 | - |
| YUV | 85.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 173 | 0.52 | 0.60 | 0 | 0.32 | 248.08 | 0.43 | 0.47 |
| Hex | 53 | 45 | AD | 34 | 3C | 0 | 20 | F8 | 2B | 2F |
| Octal | 123 | 105 | 255 | 64 | 74 | 0 | 40 | 370 | 53 | 57 |
| Binary | 1010011 | 1000101 | 10101101 | 110100 | 111100 | 0 | 100000 | 11111000 | 101011 | 101111 |
Color Harmonies of #5345AD
Complementary color
Monochromatic Colors of #5345AD
Black with #5345AD
Text Example
Text Example
White with #5345AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345AD; }
p { color: rgb(83,69,173); }
H1.HeaderClassName
{
color: #5345AD;
}
.AnyTagClassName
{
color: #5345AD;
}
</style>
background-color css
<style>
a { background-color: #5345AD; }
a { background-color: rgb(83,69,173); }
div.DivClassName
{
background-color: #5345AD;
}
.BgClassName
{
background-color: #5345AD;
}
</style>
border-color css
<style>
span { border-color: #5345AD; }
span { border-color: rgb(83,69,173); }
td.TdClassName
{
border-color: #5345AD;
}
.TagClassName
{
border-color: #5345AD;
}
</style>