Shades of Rich Blue #535CB6
Tints of Rich Blue #535CB6
RGB
CMYK
RGB Variations
Color information
#535CB6 (or 0x535CB6) is known color: Rich Blue. HEX triplet: 53, 5C and B6. RGB value is (83,92,182). Sum of RGB (Red+Green+Blue) = 83+92+182=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #535CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CB6 is #ACA349. Grayscale: #636363. Windows color (decimal): -11313994 or 11951187. OLE color: 11951187.
HSL color Cylindrical-coordinate representation of color #535CB6: hue angle of 234.55º 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 #535CB6 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 92 | 182 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.29 |
| HSL | 234.55º | 0.4% | 0.52% | - |
| HSV(B) | 234.55º | 0.54% | 0.71% | - |
| XYZ | 15.84 | 12.87 | 45.91 | - |
| YUV | 99.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 182 | 0.54 | 0.49 | 0 | 0.29 | 234.55 | 0.4 | 0.52 |
| Hex | 53 | 5C | B6 | 36 | 31 | 0 | 1D | EB | 28 | 34 |
| Octal | 123 | 134 | 266 | 66 | 61 | 0 | 35 | 353 | 50 | 64 |
| Binary | 1010011 | 1011100 | 10110110 | 110110 | 110001 | 0 | 11101 | 11101011 | 101000 | 110100 |
Color Harmonies of #535CB6
Complementary color
Monochromatic Colors of #535CB6
Black with #535CB6
Text Example
Text Example
White with #535CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CB6; }
p { color: rgb(83,92,182); }
H1.HeaderClassName
{
color: #535CB6;
}
.AnyTagClassName
{
color: #535CB6;
}
</style>
background-color css
<style>
a { background-color: #535CB6; }
a { background-color: rgb(83,92,182); }
div.DivClassName
{
background-color: #535CB6;
}
.BgClassName
{
background-color: #535CB6;
}
</style>
border-color css
<style>
span { border-color: #535CB6; }
span { border-color: rgb(83,92,182); }
td.TdClassName
{
border-color: #535CB6;
}
.TagClassName
{
border-color: #535CB6;
}
</style>