Shades of Rich Blue #5365AB
Tints of Rich Blue #5365AB
RGB
CMYK
RGB Variations
Color information
#5365AB (or 0x5365AB) is known color: Rich Blue. HEX triplet: 53, 65 and AB. RGB value is (83,101,171). Sum of RGB (Red+Green+Blue) = 83+101+171=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #5365AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5365AB is #AC9A54. Grayscale: #676767. Windows color (decimal): -11311701 or 11232595. OLE color: 11232595.
HSL color Cylindrical-coordinate representation of color #5365AB: hue angle of 227.73º 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 #5365AB is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 101 | 171 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.33 |
| HSL | 227.73º | 0.35% | 0.5% | - |
| HSV(B) | 227.73º | 0.51% | 0.67% | - |
| XYZ | 15.57 | 14.09 | 40.43 | - |
| YUV | 103.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 171 | 0.51 | 0.41 | 0 | 0.33 | 227.73 | 0.35 | 0.5 |
| Hex | 53 | 65 | AB | 33 | 29 | 0 | 21 | E4 | 23 | 32 |
| Octal | 123 | 145 | 253 | 63 | 51 | 0 | 41 | 344 | 43 | 62 |
| Binary | 1010011 | 1100101 | 10101011 | 110011 | 101001 | 0 | 100001 | 11100100 | 100011 | 110010 |
Color Harmonies of #5365AB
Complementary color
Monochromatic Colors of #5365AB
Black with #5365AB
Text Example
Text Example
White with #5365AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5365AB; }
p { color: rgb(83,101,171); }
H1.HeaderClassName
{
color: #5365AB;
}
.AnyTagClassName
{
color: #5365AB;
}
</style>
background-color css
<style>
a { background-color: #5365AB; }
a { background-color: rgb(83,101,171); }
div.DivClassName
{
background-color: #5365AB;
}
.BgClassName
{
background-color: #5365AB;
}
</style>
border-color css
<style>
span { border-color: #5365AB; }
span { border-color: rgb(83,101,171); }
td.TdClassName
{
border-color: #5365AB;
}
.TagClassName
{
border-color: #5365AB;
}
</style>