Shades of Rich Blue #5354AD
Tints of Rich Blue #5354AD
RGB
CMYK
RGB Variations
Color information
#5354AD (or 0x5354AD) is known color: Rich Blue. HEX triplet: 53, 54 and AD. RGB value is (83,84,173). Sum of RGB (Red+Green+Blue) = 83+84+173=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #5354AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5354AD is #ACAB52. Grayscale: #5D5D5D. Windows color (decimal): -11316051 or 11359315. OLE color: 11359315.
HSL color Cylindrical-coordinate representation of color #5354AD: hue angle of 239.33º degrees, saturation: 0.35, 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 #5354AD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 84 | 173 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.32 |
| HSL | 239.33º | 0.35% | 0.5% | - |
| HSV(B) | 239.33º | 0.52% | 0.68% | - |
| XYZ | 14.28 | 11.2 | 40.94 | - |
| YUV | 93.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 173 | 0.52 | 0.51 | 0 | 0.32 | 239.33 | 0.35 | 0.5 |
| Hex | 53 | 54 | AD | 34 | 33 | 0 | 20 | EF | 23 | 32 |
| Octal | 123 | 124 | 255 | 64 | 63 | 0 | 40 | 357 | 43 | 62 |
| Binary | 1010011 | 1010100 | 10101101 | 110100 | 110011 | 0 | 100000 | 11101111 | 100011 | 110010 |
Color Harmonies of #5354AD
Complementary color
Monochromatic Colors of #5354AD
Black with #5354AD
Text Example
Text Example
White with #5354AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5354AD; }
p { color: rgb(83,84,173); }
H1.HeaderClassName
{
color: #5354AD;
}
.AnyTagClassName
{
color: #5354AD;
}
</style>
background-color css
<style>
a { background-color: #5354AD; }
a { background-color: rgb(83,84,173); }
div.DivClassName
{
background-color: #5354AD;
}
.BgClassName
{
background-color: #5354AD;
}
</style>
border-color css
<style>
span { border-color: #5354AD; }
span { border-color: rgb(83,84,173); }
td.TdClassName
{
border-color: #5354AD;
}
.TagClassName
{
border-color: #5354AD;
}
</style>