Shades of Rich Blue #535CA9
Tints of Rich Blue #535CA9
RGB
CMYK
RGB Variations
Color information
#535CA9 (or 0x535CA9) is known color: Rich Blue. HEX triplet: 53, 5C and A9. RGB value is (83,92,169). Sum of RGB (Red+Green+Blue) = 83+92+169=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 169 (66.41% from 255 or 49.13% from 344); Max value from RGB is 169 - color contains mainly: blue. Hex color #535CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CA9 is #ACA356. Grayscale: #616161. Windows color (decimal): -11314007 or 11099219. OLE color: 11099219.
HSL color Cylindrical-coordinate representation of color #535CA9: hue angle of 233.72º 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 #535CA9 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 92 | 169 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.34 |
| HSL | 233.72º | 0.34% | 0.49% | - |
| HSV(B) | 233.72º | 0.51% | 0.66% | - |
| XYZ | 14.56 | 12.36 | 39.15 | - |
| YUV | 98.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 169 | 0.51 | 0.46 | 0 | 0.34 | 233.72 | 0.34 | 0.49 |
| Hex | 53 | 5C | A9 | 33 | 2E | 0 | 22 | EA | 22 | 31 |
| Octal | 123 | 134 | 251 | 63 | 56 | 0 | 42 | 352 | 42 | 61 |
| Binary | 1010011 | 1011100 | 10101001 | 110011 | 101110 | 0 | 100010 | 11101010 | 100010 | 110001 |
Color Harmonies of #535CA9
Complementary color
Monochromatic Colors of #535CA9
Black with #535CA9
Text Example
Text Example
White with #535CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CA9; }
p { color: rgb(83,92,169); }
H1.HeaderClassName
{
color: #535CA9;
}
.AnyTagClassName
{
color: #535CA9;
}
</style>
background-color css
<style>
a { background-color: #535CA9; }
a { background-color: rgb(83,92,169); }
div.DivClassName
{
background-color: #535CA9;
}
.BgClassName
{
background-color: #535CA9;
}
</style>
border-color css
<style>
span { border-color: #535CA9; }
span { border-color: rgb(83,92,169); }
td.TdClassName
{
border-color: #535CA9;
}
.TagClassName
{
border-color: #535CA9;
}
</style>