Shades of Rich Blue #535AB1
Tints of Rich Blue #535AB1
RGB
CMYK
RGB Variations
Color information
#535AB1 (or 0x535AB1) is known color: Rich Blue. HEX triplet: 53, 5A and B1. RGB value is (83,90,177). Sum of RGB (Red+Green+Blue) = 83+90+177=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #535AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AB1 is #ACA54E. Grayscale: #616161. Windows color (decimal): -11314511 or 11622995. OLE color: 11622995.
HSL color Cylindrical-coordinate representation of color #535AB1: hue angle of 235.53º degrees, saturation: 0.38, 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 #535AB1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 90 | 177 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.31 |
| HSL | 235.53º | 0.38% | 0.51% | - |
| HSV(B) | 235.53º | 0.53% | 0.69% | - |
| XYZ | 15.16 | 12.33 | 43.18 | - |
| YUV | 97.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 177 | 0.53 | 0.49 | 0 | 0.31 | 235.53 | 0.38 | 0.51 |
| Hex | 53 | 5A | B1 | 35 | 31 | 0 | 1F | EC | 26 | 33 |
| Octal | 123 | 132 | 261 | 65 | 61 | 0 | 37 | 354 | 46 | 63 |
| Binary | 1010011 | 1011010 | 10110001 | 110101 | 110001 | 0 | 11111 | 11101100 | 100110 | 110011 |
Color Harmonies of #535AB1
Complementary color
Monochromatic Colors of #535AB1
Black with #535AB1
Text Example
Text Example
White with #535AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AB1; }
p { color: rgb(83,90,177); }
H1.HeaderClassName
{
color: #535AB1;
}
.AnyTagClassName
{
color: #535AB1;
}
</style>
background-color css
<style>
a { background-color: #535AB1; }
a { background-color: rgb(83,90,177); }
div.DivClassName
{
background-color: #535AB1;
}
.BgClassName
{
background-color: #535AB1;
}
</style>
border-color css
<style>
span { border-color: #535AB1; }
span { border-color: rgb(83,90,177); }
td.TdClassName
{
border-color: #535AB1;
}
.TagClassName
{
border-color: #535AB1;
}
</style>