Shades of Rich Blue #535DAB
Tints of Rich Blue #535DAB
RGB
CMYK
RGB Variations
Color information
#535DAB (or 0x535DAB) is known color: Rich Blue. HEX triplet: 53, 5D and AB. RGB value is (83,93,171). Sum of RGB (Red+Green+Blue) = 83+93+171=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #535DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAB is #ACA254. Grayscale: #626262. Windows color (decimal): -11313749 or 11230547. OLE color: 11230547.
HSL color Cylindrical-coordinate representation of color #535DAB: hue angle of 233.18º 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 #535DAB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 93 | 171 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.33 |
| HSL | 233.18º | 0.35% | 0.5% | - |
| HSV(B) | 233.18º | 0.51% | 0.67% | - |
| XYZ | 14.83 | 12.61 | 40.18 | - |
| YUV | 98.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 171 | 0.51 | 0.46 | 0 | 0.33 | 233.18 | 0.35 | 0.5 |
| Hex | 53 | 5D | AB | 33 | 2E | 0 | 21 | E9 | 23 | 32 |
| Octal | 123 | 135 | 253 | 63 | 56 | 0 | 41 | 351 | 43 | 62 |
| Binary | 1010011 | 1011101 | 10101011 | 110011 | 101110 | 0 | 100001 | 11101001 | 100011 | 110010 |
Color Harmonies of #535DAB
Complementary color
Monochromatic Colors of #535DAB
Black with #535DAB
Text Example
Text Example
White with #535DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DAB; }
p { color: rgb(83,93,171); }
H1.HeaderClassName
{
color: #535DAB;
}
.AnyTagClassName
{
color: #535DAB;
}
</style>
background-color css
<style>
a { background-color: #535DAB; }
a { background-color: rgb(83,93,171); }
div.DivClassName
{
background-color: #535DAB;
}
.BgClassName
{
background-color: #535DAB;
}
</style>
border-color css
<style>
span { border-color: #535DAB; }
span { border-color: rgb(83,93,171); }
td.TdClassName
{
border-color: #535DAB;
}
.TagClassName
{
border-color: #535DAB;
}
</style>