Shades of Rich Blue #5653AD
Tints of Rich Blue #5653AD
RGB
CMYK
RGB Variations
Color information
#5653AD (or 0x5653AD) is known color: Rich Blue. HEX triplet: 56, 53 and AD. RGB value is (86,83,173). Sum of RGB (Red+Green+Blue) = 86+83+173=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #5653AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5653AD is #A9AC52. Grayscale: #5D5D5D. Windows color (decimal): -11119699 or 11359062. OLE color: 11359062.
HSL color Cylindrical-coordinate representation of color #5653AD: hue angle of 242º 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 #5653AD is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 83 | 173 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.32 |
| HSL | 242º | 0.35% | 0.5% | - |
| HSV(B) | 242º | 0.52% | 0.68% | - |
| XYZ | 14.47 | 11.18 | 40.93 | - |
| YUV | 94.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 173 | 0.50 | 0.52 | 0 | 0.32 | 242 | 0.35 | 0.5 |
| Hex | 56 | 53 | AD | 32 | 34 | 0 | 20 | F2 | 23 | 32 |
| Octal | 126 | 123 | 255 | 62 | 64 | 0 | 40 | 362 | 43 | 62 |
| Binary | 1010110 | 1010011 | 10101101 | 110010 | 110100 | 0 | 100000 | 11110010 | 100011 | 110010 |
Color Harmonies of #5653AD
Complementary color
Monochromatic Colors of #5653AD
Black with #5653AD
Text Example
Text Example
White with #5653AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653AD; }
p { color: rgb(86,83,173); }
H1.HeaderClassName
{
color: #5653AD;
}
.AnyTagClassName
{
color: #5653AD;
}
</style>
background-color css
<style>
a { background-color: #5653AD; }
a { background-color: rgb(86,83,173); }
div.DivClassName
{
background-color: #5653AD;
}
.BgClassName
{
background-color: #5653AD;
}
</style>
border-color css
<style>
span { border-color: #5653AD; }
span { border-color: rgb(86,83,173); }
td.TdClassName
{
border-color: #5653AD;
}
.TagClassName
{
border-color: #5653AD;
}
</style>