Shades of Rich Blue #535CAA
Tints of Rich Blue #535CAA
RGB
CMYK
RGB Variations
Color information
#535CAA (or 0x535CAA) is known color: Rich Blue. HEX triplet: 53, 5C and AA. RGB value is (83,92,170). Sum of RGB (Red+Green+Blue) = 83+92+170=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #535CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535CAA is #ACA355. Grayscale: #616161. Windows color (decimal): -11314006 or 11164755. OLE color: 11164755.
HSL color Cylindrical-coordinate representation of color #535CAA: hue angle of 233.79º degrees, saturation: 0.34, 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 #535CAA is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 92 | 170 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.33 |
| HSL | 233.79º | 0.34% | 0.5% | - |
| HSV(B) | 233.79º | 0.51% | 0.67% | - |
| XYZ | 14.65 | 12.4 | 39.65 | - |
| YUV | 98.2 | 168.52 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 170 | 0.51 | 0.46 | 0 | 0.33 | 233.79 | 0.34 | 0.5 |
| Hex | 53 | 5C | AA | 33 | 2E | 0 | 21 | EA | 22 | 32 |
| Octal | 123 | 134 | 252 | 63 | 56 | 0 | 41 | 352 | 42 | 62 |
| Binary | 1010011 | 1011100 | 10101010 | 110011 | 101110 | 0 | 100001 | 11101010 | 100010 | 110010 |
Color Harmonies of #535CAA
Complementary color
Monochromatic Colors of #535CAA
Black with #535CAA
Text Example
Text Example
White with #535CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CAA; }
p { color: rgb(83,92,170); }
H1.HeaderClassName
{
color: #535CAA;
}
.AnyTagClassName
{
color: #535CAA;
}
</style>
background-color css
<style>
a { background-color: #535CAA; }
a { background-color: rgb(83,92,170); }
div.DivClassName
{
background-color: #535CAA;
}
.BgClassName
{
background-color: #535CAA;
}
</style>
border-color css
<style>
span { border-color: #535CAA; }
span { border-color: rgb(83,92,170); }
td.TdClassName
{
border-color: #535CAA;
}
.TagClassName
{
border-color: #535CAA;
}
</style>