Shades of Rich Blue #5363AB
Tints of Rich Blue #5363AB
RGB
CMYK
RGB Variations
Color information
#5363AB (or 0x5363AB) is known color: Rich Blue. HEX triplet: 53, 63 and AB. RGB value is (83,99,171). Sum of RGB (Red+Green+Blue) = 83+99+171=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #5363AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5363AB is #AC9C54. Grayscale: #666666. Windows color (decimal): -11312213 or 11232083. OLE color: 11232083.
HSL color Cylindrical-coordinate representation of color #5363AB: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5363AB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 99 | 171 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.33 |
| HSL | 229.09º | 0.35% | 0.5% | - |
| HSV(B) | 229.09º | 0.51% | 0.67% | - |
| XYZ | 15.38 | 13.7 | 40.36 | - |
| YUV | 102.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 171 | 0.51 | 0.42 | 0 | 0.33 | 229.09 | 0.35 | 0.5 |
| Hex | 53 | 63 | AB | 33 | 2A | 0 | 21 | E5 | 23 | 32 |
| Octal | 123 | 143 | 253 | 63 | 52 | 0 | 41 | 345 | 43 | 62 |
| Binary | 1010011 | 1100011 | 10101011 | 110011 | 101010 | 0 | 100001 | 11100101 | 100011 | 110010 |
Color Harmonies of #5363AB
Complementary color
Monochromatic Colors of #5363AB
Black with #5363AB
Text Example
Text Example
White with #5363AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5363AB; }
p { color: rgb(83,99,171); }
H1.HeaderClassName
{
color: #5363AB;
}
.AnyTagClassName
{
color: #5363AB;
}
</style>
background-color css
<style>
a { background-color: #5363AB; }
a { background-color: rgb(83,99,171); }
div.DivClassName
{
background-color: #5363AB;
}
.BgClassName
{
background-color: #5363AB;
}
</style>
border-color css
<style>
span { border-color: #5363AB; }
span { border-color: rgb(83,99,171); }
td.TdClassName
{
border-color: #5363AB;
}
.TagClassName
{
border-color: #5363AB;
}
</style>