Shades of Rich Blue #535BAB
Tints of Rich Blue #535BAB
RGB
CMYK
RGB Variations
Color information
#535BAB (or 0x535BAB) is known color: Rich Blue. HEX triplet: 53, 5B and AB. RGB value is (83,91,171). Sum of RGB (Red+Green+Blue) = 83+91+171=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #535BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535BAB is #ACA454. Grayscale: #616161. Windows color (decimal): -11314261 or 11230035. OLE color: 11230035.
HSL color Cylindrical-coordinate representation of color #535BAB: hue angle of 234.55º 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 #535BAB is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 91 | 171 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.33 |
| HSL | 234.55º | 0.35% | 0.5% | - |
| HSV(B) | 234.55º | 0.51% | 0.67% | - |
| XYZ | 14.66 | 12.26 | 40.12 | - |
| YUV | 97.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 171 | 0.51 | 0.47 | 0 | 0.33 | 234.55 | 0.35 | 0.5 |
| Hex | 53 | 5B | AB | 33 | 2F | 0 | 21 | EB | 23 | 32 |
| Octal | 123 | 133 | 253 | 63 | 57 | 0 | 41 | 353 | 43 | 62 |
| Binary | 1010011 | 1011011 | 10101011 | 110011 | 101111 | 0 | 100001 | 11101011 | 100011 | 110010 |
Color Harmonies of #535BAB
Complementary color
Monochromatic Colors of #535BAB
Black with #535BAB
Text Example
Text Example
White with #535BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BAB; }
p { color: rgb(83,91,171); }
H1.HeaderClassName
{
color: #535BAB;
}
.AnyTagClassName
{
color: #535BAB;
}
</style>
background-color css
<style>
a { background-color: #535BAB; }
a { background-color: rgb(83,91,171); }
div.DivClassName
{
background-color: #535BAB;
}
.BgClassName
{
background-color: #535BAB;
}
</style>
border-color css
<style>
span { border-color: #535BAB; }
span { border-color: rgb(83,91,171); }
td.TdClassName
{
border-color: #535BAB;
}
.TagClassName
{
border-color: #535BAB;
}
</style>