Shades of Rich Blue #535BBE
Tints of Rich Blue #535BBE
RGB
CMYK
RGB Variations
Color information
#535BBE (or 0x535BBE) is known color: Rich Blue. HEX triplet: 53, 5B and BE. RGB value is (83,91,190). Sum of RGB (Red+Green+Blue) = 83+91+190=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #535BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BBE is #ACA441. Grayscale: #636363. Windows color (decimal): -11314242 or 12475219. OLE color: 12475219.
HSL color Cylindrical-coordinate representation of color #535BBE: hue angle of 235.51º 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 #535BBE is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 91 | 190 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.25 |
| HSL | 235.51º | 0.45% | 0.54% | - |
| HSV(B) | 235.51º | 0.56% | 0.75% | - |
| XYZ | 16.6 | 13.04 | 50.36 | - |
| YUV | 99.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 190 | 0.56 | 0.52 | 0 | 0.25 | 235.51 | 0.45 | 0.54 |
| Hex | 53 | 5B | BE | 38 | 34 | 0 | 19 | EC | 2D | 36 |
| Octal | 123 | 133 | 276 | 70 | 64 | 0 | 31 | 354 | 55 | 66 |
| Binary | 1010011 | 1011011 | 10111110 | 111000 | 110100 | 0 | 11001 | 11101100 | 101101 | 110110 |
Color Harmonies of #535BBE
Complementary color
Monochromatic Colors of #535BBE
Black with #535BBE
Text Example
Text Example
White with #535BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BBE; }
p { color: rgb(83,91,190); }
H1.HeaderClassName
{
color: #535BBE;
}
.AnyTagClassName
{
color: #535BBE;
}
</style>
background-color css
<style>
a { background-color: #535BBE; }
a { background-color: rgb(83,91,190); }
div.DivClassName
{
background-color: #535BBE;
}
.BgClassName
{
background-color: #535BBE;
}
</style>
border-color css
<style>
span { border-color: #535BBE; }
span { border-color: rgb(83,91,190); }
td.TdClassName
{
border-color: #535BBE;
}
.TagClassName
{
border-color: #535BBE;
}
</style>