Shades of Rich Blue #535ABE
Tints of Rich Blue #535ABE
RGB
CMYK
RGB Variations
Color information
#535ABE (or 0x535ABE) is known color: Rich Blue. HEX triplet: 53, 5A and BE. RGB value is (83,90,190). Sum of RGB (Red+Green+Blue) = 83+90+190=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #535ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ABE is #ACA541. Grayscale: #626262. Windows color (decimal): -11314498 or 12474963. OLE color: 12474963.
HSL color Cylindrical-coordinate representation of color #535ABE: hue angle of 236.07º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535ABE is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 90 | 190 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.25 |
| HSL | 236.07º | 0.45% | 0.54% | - |
| HSV(B) | 236.07º | 0.56% | 0.75% | - |
| XYZ | 16.52 | 12.87 | 50.33 | - |
| YUV | 99.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 190 | 0.56 | 0.53 | 0 | 0.25 | 236.07 | 0.45 | 0.54 |
| Hex | 53 | 5A | BE | 38 | 35 | 0 | 19 | EC | 2D | 36 |
| Octal | 123 | 132 | 276 | 70 | 65 | 0 | 31 | 354 | 55 | 66 |
| Binary | 1010011 | 1011010 | 10111110 | 111000 | 110101 | 0 | 11001 | 11101100 | 101101 | 110110 |
Color Harmonies of #535ABE
Complementary color
Monochromatic Colors of #535ABE
Black with #535ABE
Text Example
Text Example
White with #535ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535ABE; }
p { color: rgb(83,90,190); }
H1.HeaderClassName
{
color: #535ABE;
}
.AnyTagClassName
{
color: #535ABE;
}
</style>
background-color css
<style>
a { background-color: #535ABE; }
a { background-color: rgb(83,90,190); }
div.DivClassName
{
background-color: #535ABE;
}
.BgClassName
{
background-color: #535ABE;
}
</style>
border-color css
<style>
span { border-color: #535ABE; }
span { border-color: rgb(83,90,190); }
td.TdClassName
{
border-color: #535ABE;
}
.TagClassName
{
border-color: #535ABE;
}
</style>