Shades of Rich Blue #535BB0
Tints of Rich Blue #535BB0
RGB
CMYK
RGB Variations
Color information
#535BB0 (or 0x535BB0) is known color: Rich Blue. HEX triplet: 53, 5B and B0. RGB value is (83,91,176). Sum of RGB (Red+Green+Blue) = 83+91+176=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #535BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535BB0 is #ACA44F. Grayscale: #616161. Windows color (decimal): -11314256 or 11557715. OLE color: 11557715.
HSL color Cylindrical-coordinate representation of color #535BB0: hue angle of 234.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #535BB0 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 91 | 176 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.31 |
| HSL | 234.84º | 0.37% | 0.51% | - |
| HSV(B) | 234.84º | 0.53% | 0.69% | - |
| XYZ | 15.14 | 12.46 | 42.68 | - |
| YUV | 98.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 176 | 0.53 | 0.48 | 0 | 0.31 | 234.84 | 0.37 | 0.51 |
| Hex | 53 | 5B | B0 | 35 | 30 | 0 | 1F | EB | 25 | 33 |
| Octal | 123 | 133 | 260 | 65 | 60 | 0 | 37 | 353 | 45 | 63 |
| Binary | 1010011 | 1011011 | 10110000 | 110101 | 110000 | 0 | 11111 | 11101011 | 100101 | 110011 |
Color Harmonies of #535BB0
Complementary color
Monochromatic Colors of #535BB0
Black with #535BB0
Text Example
Text Example
White with #535BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BB0; }
p { color: rgb(83,91,176); }
H1.HeaderClassName
{
color: #535BB0;
}
.AnyTagClassName
{
color: #535BB0;
}
</style>
background-color css
<style>
a { background-color: #535BB0; }
a { background-color: rgb(83,91,176); }
div.DivClassName
{
background-color: #535BB0;
}
.BgClassName
{
background-color: #535BB0;
}
</style>
border-color css
<style>
span { border-color: #535BB0; }
span { border-color: rgb(83,91,176); }
td.TdClassName
{
border-color: #535BB0;
}
.TagClassName
{
border-color: #535BB0;
}
</style>