Shades of Rich Blue #535FAD
Tints of Rich Blue #535FAD
RGB
CMYK
RGB Variations
Color information
#535FAD (or 0x535FAD) is known color: Rich Blue. HEX triplet: 53, 5F and AD. RGB value is (83,95,173). Sum of RGB (Red+Green+Blue) = 83+95+173=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #535FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FAD is #ACA052. Grayscale: #636363. Windows color (decimal): -11313235 or 11362131. OLE color: 11362131.
HSL color Cylindrical-coordinate representation of color #535FAD: hue angle of 232º 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 #535FAD is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 95 | 173 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.32 |
| HSL | 232º | 0.35% | 0.5% | - |
| HSV(B) | 232º | 0.52% | 0.68% | - |
| XYZ | 15.2 | 13.04 | 41.25 | - |
| YUV | 100.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 95 | 173 | 0.52 | 0.45 | 0 | 0.32 | 232 | 0.35 | 0.5 |
| Hex | 53 | 5F | AD | 34 | 2D | 0 | 20 | E8 | 23 | 32 |
| Octal | 123 | 137 | 255 | 64 | 55 | 0 | 40 | 350 | 43 | 62 |
| Binary | 1010011 | 1011111 | 10101101 | 110100 | 101101 | 0 | 100000 | 11101000 | 100011 | 110010 |
Color Harmonies of #535FAD
Complementary color
Monochromatic Colors of #535FAD
Black with #535FAD
Text Example
Text Example
White with #535FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535FAD; }
p { color: rgb(83,95,173); }
H1.HeaderClassName
{
color: #535FAD;
}
.AnyTagClassName
{
color: #535FAD;
}
</style>
background-color css
<style>
a { background-color: #535FAD; }
a { background-color: rgb(83,95,173); }
div.DivClassName
{
background-color: #535FAD;
}
.BgClassName
{
background-color: #535FAD;
}
</style>
border-color css
<style>
span { border-color: #535FAD; }
span { border-color: rgb(83,95,173); }
td.TdClassName
{
border-color: #535FAD;
}
.TagClassName
{
border-color: #535FAD;
}
</style>