Shades of Rich Blue #535AAC
Tints of Rich Blue #535AAC
RGB
CMYK
RGB Variations
Color information
#535AAC (or 0x535AAC) is known color: Rich Blue. HEX triplet: 53, 5A and AC. RGB value is (83,90,172). Sum of RGB (Red+Green+Blue) = 83+90+172=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #535AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AAC is #ACA553. Grayscale: #606060. Windows color (decimal): -11314516 or 11295315. OLE color: 11295315.
HSL color Cylindrical-coordinate representation of color #535AAC: hue angle of 235.28º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535AAC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 90 | 172 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.33 |
| HSL | 235.28º | 0.35% | 0.5% | - |
| HSV(B) | 235.28º | 0.52% | 0.67% | - |
| XYZ | 14.67 | 12.13 | 40.6 | - |
| YUV | 97.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 172 | 0.52 | 0.48 | 0 | 0.33 | 235.28 | 0.35 | 0.5 |
| Hex | 53 | 5A | AC | 34 | 30 | 0 | 21 | EB | 23 | 32 |
| Octal | 123 | 132 | 254 | 64 | 60 | 0 | 41 | 353 | 43 | 62 |
| Binary | 1010011 | 1011010 | 10101100 | 110100 | 110000 | 0 | 100001 | 11101011 | 100011 | 110010 |
Color Harmonies of #535AAC
Complementary color
Monochromatic Colors of #535AAC
Black with #535AAC
Text Example
Text Example
White with #535AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AAC; }
p { color: rgb(83,90,172); }
H1.HeaderClassName
{
color: #535AAC;
}
.AnyTagClassName
{
color: #535AAC;
}
</style>
background-color css
<style>
a { background-color: #535AAC; }
a { background-color: rgb(83,90,172); }
div.DivClassName
{
background-color: #535AAC;
}
.BgClassName
{
background-color: #535AAC;
}
</style>
border-color css
<style>
span { border-color: #535AAC; }
span { border-color: rgb(83,90,172); }
td.TdClassName
{
border-color: #535AAC;
}
.TagClassName
{
border-color: #535AAC;
}
</style>