Shades of Rich Blue #535BAE
Tints of Rich Blue #535BAE
RGB
CMYK
RGB Variations
Color information
#535BAE (or 0x535BAE) is known color: Rich Blue. HEX triplet: 53, 5B and AE. RGB value is (83,91,174). Sum of RGB (Red+Green+Blue) = 83+91+174=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #535BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535BAE is #ACA451. Grayscale: #616161. Windows color (decimal): -11314258 or 11426643. OLE color: 11426643.
HSL color Cylindrical-coordinate representation of color #535BAE: hue angle of 234.73º degrees, saturation: 0.36, 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 #535BAE is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 91 | 174 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.32 |
| HSL | 234.73º | 0.36% | 0.5% | - |
| HSV(B) | 234.73º | 0.52% | 0.68% | - |
| XYZ | 14.95 | 12.38 | 41.65 | - |
| YUV | 98.07 | 170.85 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 174 | 0.52 | 0.48 | 0 | 0.32 | 234.73 | 0.36 | 0.5 |
| Hex | 53 | 5B | AE | 34 | 30 | 0 | 20 | EB | 24 | 32 |
| Octal | 123 | 133 | 256 | 64 | 60 | 0 | 40 | 353 | 44 | 62 |
| Binary | 1010011 | 1011011 | 10101110 | 110100 | 110000 | 0 | 100000 | 11101011 | 100100 | 110010 |
Color Harmonies of #535BAE
Complementary color
Monochromatic Colors of #535BAE
Black with #535BAE
Text Example
Text Example
White with #535BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BAE; }
p { color: rgb(83,91,174); }
H1.HeaderClassName
{
color: #535BAE;
}
.AnyTagClassName
{
color: #535BAE;
}
</style>
background-color css
<style>
a { background-color: #535BAE; }
a { background-color: rgb(83,91,174); }
div.DivClassName
{
background-color: #535BAE;
}
.BgClassName
{
background-color: #535BAE;
}
</style>
border-color css
<style>
span { border-color: #535BAE; }
span { border-color: rgb(83,91,174); }
td.TdClassName
{
border-color: #535BAE;
}
.TagClassName
{
border-color: #535BAE;
}
</style>