Shades of Rich Blue #535DAD
Tints of Rich Blue #535DAD
RGB
CMYK
RGB Variations
Color information
#535DAD (or 0x535DAD) is known color: Rich Blue. HEX triplet: 53, 5D and AD. RGB value is (83,93,173). Sum of RGB (Red+Green+Blue) = 83+93+173=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #535DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DAD is #ACA252. Grayscale: #626262. Windows color (decimal): -11313747 or 11361619. OLE color: 11361619.
HSL color Cylindrical-coordinate representation of color #535DAD: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535DAD is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 93 | 173 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.32 |
| HSL | 233.33º | 0.35% | 0.5% | - |
| HSV(B) | 233.33º | 0.52% | 0.68% | - |
| XYZ | 15.02 | 12.68 | 41.19 | - |
| YUV | 99.13 | 169.69 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 173 | 0.52 | 0.46 | 0 | 0.32 | 233.33 | 0.35 | 0.5 |
| Hex | 53 | 5D | AD | 34 | 2E | 0 | 20 | E9 | 23 | 32 |
| Octal | 123 | 135 | 255 | 64 | 56 | 0 | 40 | 351 | 43 | 62 |
| Binary | 1010011 | 1011101 | 10101101 | 110100 | 101110 | 0 | 100000 | 11101001 | 100011 | 110010 |
Color Harmonies of #535DAD
Complementary color
Monochromatic Colors of #535DAD
Black with #535DAD
Text Example
Text Example
White with #535DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DAD; }
p { color: rgb(83,93,173); }
H1.HeaderClassName
{
color: #535DAD;
}
.AnyTagClassName
{
color: #535DAD;
}
</style>
background-color css
<style>
a { background-color: #535DAD; }
a { background-color: rgb(83,93,173); }
div.DivClassName
{
background-color: #535DAD;
}
.BgClassName
{
background-color: #535DAD;
}
</style>
border-color css
<style>
span { border-color: #535DAD; }
span { border-color: rgb(83,93,173); }
td.TdClassName
{
border-color: #535DAD;
}
.TagClassName
{
border-color: #535DAD;
}
</style>