Shades of Rich Blue #535DA8
Tints of Rich Blue #535DA8
RGB
CMYK
RGB Variations
Color information
#535DA8 (or 0x535DA8) is known color: Rich Blue. HEX triplet: 53, 5D and A8. RGB value is (83,93,168). Sum of RGB (Red+Green+Blue) = 83+93+168=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #535DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535DA8 is #ACA257. Grayscale: #626262. Windows color (decimal): -11313752 or 11033939. OLE color: 11033939.
HSL color Cylindrical-coordinate representation of color #535DA8: hue angle of 232.94º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535DA8 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 93 | 168 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.34 |
| HSL | 232.94º | 0.34% | 0.49% | - |
| HSV(B) | 232.94º | 0.51% | 0.66% | - |
| XYZ | 14.55 | 12.49 | 38.69 | - |
| YUV | 98.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 168 | 0.51 | 0.45 | 0 | 0.34 | 232.94 | 0.34 | 0.49 |
| Hex | 53 | 5D | A8 | 33 | 2D | 0 | 22 | E9 | 22 | 31 |
| Octal | 123 | 135 | 250 | 63 | 55 | 0 | 42 | 351 | 42 | 61 |
| Binary | 1010011 | 1011101 | 10101000 | 110011 | 101101 | 0 | 100010 | 11101001 | 100010 | 110001 |
Color Harmonies of #535DA8
Complementary color
Monochromatic Colors of #535DA8
Black with #535DA8
Text Example
Text Example
White with #535DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DA8; }
p { color: rgb(83,93,168); }
H1.HeaderClassName
{
color: #535DA8;
}
.AnyTagClassName
{
color: #535DA8;
}
</style>
background-color css
<style>
a { background-color: #535DA8; }
a { background-color: rgb(83,93,168); }
div.DivClassName
{
background-color: #535DA8;
}
.BgClassName
{
background-color: #535DA8;
}
</style>
border-color css
<style>
span { border-color: #535DA8; }
span { border-color: rgb(83,93,168); }
td.TdClassName
{
border-color: #535DA8;
}
.TagClassName
{
border-color: #535DA8;
}
</style>