Shades of Rich Blue #535BA6
Tints of Rich Blue #535BA6
RGB
CMYK
RGB Variations
Color information
#535BA6 (or 0x535BA6) is known color: Rich Blue. HEX triplet: 53, 5B and A6. RGB value is (83,91,166). Sum of RGB (Red+Green+Blue) = 83+91+166=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 166 - color contains mainly: blue. Hex color #535BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535BA6 is #ACA459. Grayscale: #606060. Windows color (decimal): -11314266 or 10902355. OLE color: 10902355.
HSL color Cylindrical-coordinate representation of color #535BA6: hue angle of 234.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #535BA6 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 91 | 166 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.35 |
| HSL | 234.22º | 0.33% | 0.49% | - |
| HSV(B) | 234.22º | 0.5% | 0.65% | - |
| XYZ | 14.19 | 12.07 | 37.66 | - |
| YUV | 97.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 166 | 0.50 | 0.45 | 0 | 0.35 | 234.22 | 0.33 | 0.49 |
| Hex | 53 | 5B | A6 | 32 | 2D | 0 | 23 | EA | 21 | 31 |
| Octal | 123 | 133 | 246 | 62 | 55 | 0 | 43 | 352 | 41 | 61 |
| Binary | 1010011 | 1011011 | 10100110 | 110010 | 101101 | 0 | 100011 | 11101010 | 100001 | 110001 |
Color Harmonies of #535BA6
Complementary color
Monochromatic Colors of #535BA6
Black with #535BA6
Text Example
Text Example
White with #535BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BA6; }
p { color: rgb(83,91,166); }
H1.HeaderClassName
{
color: #535BA6;
}
.AnyTagClassName
{
color: #535BA6;
}
</style>
background-color css
<style>
a { background-color: #535BA6; }
a { background-color: rgb(83,91,166); }
div.DivClassName
{
background-color: #535BA6;
}
.BgClassName
{
background-color: #535BA6;
}
</style>
border-color css
<style>
span { border-color: #535BA6; }
span { border-color: rgb(83,91,166); }
td.TdClassName
{
border-color: #535BA6;
}
.TagClassName
{
border-color: #535BA6;
}
</style>