Shades of Rich Blue #535DB6
Tints of Rich Blue #535DB6
RGB
CMYK
RGB Variations
Color information
#535DB6 (or 0x535DB6) is known color: Rich Blue. HEX triplet: 53, 5D and B6. RGB value is (83,93,182). Sum of RGB (Red+Green+Blue) = 83+93+182=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #535DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DB6 is #ACA249. Grayscale: #636363. Windows color (decimal): -11313738 or 11951443. OLE color: 11951443.
HSL color Cylindrical-coordinate representation of color #535DB6: hue angle of 233.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535DB6 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 93 | 182 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.29 |
| HSL | 233.94º | 0.4% | 0.52% | - |
| HSV(B) | 233.94º | 0.54% | 0.71% | - |
| XYZ | 15.93 | 13.05 | 45.93 | - |
| YUV | 100.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 182 | 0.54 | 0.49 | 0 | 0.29 | 233.94 | 0.4 | 0.52 |
| Hex | 53 | 5D | B6 | 36 | 31 | 0 | 1D | EA | 28 | 34 |
| Octal | 123 | 135 | 266 | 66 | 61 | 0 | 35 | 352 | 50 | 64 |
| Binary | 1010011 | 1011101 | 10110110 | 110110 | 110001 | 0 | 11101 | 11101010 | 101000 | 110100 |
Color Harmonies of #535DB6
Complementary color
Monochromatic Colors of #535DB6
Black with #535DB6
Text Example
Text Example
White with #535DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DB6; }
p { color: rgb(83,93,182); }
H1.HeaderClassName
{
color: #535DB6;
}
.AnyTagClassName
{
color: #535DB6;
}
</style>
background-color css
<style>
a { background-color: #535DB6; }
a { background-color: rgb(83,93,182); }
div.DivClassName
{
background-color: #535DB6;
}
.BgClassName
{
background-color: #535DB6;
}
</style>
border-color css
<style>
span { border-color: #535DB6; }
span { border-color: rgb(83,93,182); }
td.TdClassName
{
border-color: #535DB6;
}
.TagClassName
{
border-color: #535DB6;
}
</style>