Shades of Rich Blue #535EAB
Tints of Rich Blue #535EAB
RGB
CMYK
RGB Variations
Color information
#535EAB (or 0x535EAB) is known color: Rich Blue. HEX triplet: 53, 5E and AB. RGB value is (83,94,171). Sum of RGB (Red+Green+Blue) = 83+94+171=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #535EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535EAB is #ACA154. Grayscale: #636363. Windows color (decimal): -11313493 or 11230803. OLE color: 11230803.
HSL color Cylindrical-coordinate representation of color #535EAB: hue angle of 232.5º 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 #535EAB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 94 | 171 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.33 |
| HSL | 232.5º | 0.35% | 0.5% | - |
| HSV(B) | 232.5º | 0.51% | 0.67% | - |
| XYZ | 14.92 | 12.78 | 40.21 | - |
| YUV | 99.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 94 | 171 | 0.51 | 0.45 | 0 | 0.33 | 232.5 | 0.35 | 0.5 |
| Hex | 53 | 5E | AB | 33 | 2D | 0 | 21 | E8 | 23 | 32 |
| Octal | 123 | 136 | 253 | 63 | 55 | 0 | 41 | 350 | 43 | 62 |
| Binary | 1010011 | 1011110 | 10101011 | 110011 | 101101 | 0 | 100001 | 11101000 | 100011 | 110010 |
Color Harmonies of #535EAB
Complementary color
Monochromatic Colors of #535EAB
Black with #535EAB
Text Example
Text Example
White with #535EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535EAB; }
p { color: rgb(83,94,171); }
H1.HeaderClassName
{
color: #535EAB;
}
.AnyTagClassName
{
color: #535EAB;
}
</style>
background-color css
<style>
a { background-color: #535EAB; }
a { background-color: rgb(83,94,171); }
div.DivClassName
{
background-color: #535EAB;
}
.BgClassName
{
background-color: #535EAB;
}
</style>
border-color css
<style>
span { border-color: #535EAB; }
span { border-color: rgb(83,94,171); }
td.TdClassName
{
border-color: #535EAB;
}
.TagClassName
{
border-color: #535EAB;
}
</style>