Shades of Rich Blue #535CBA
Tints of Rich Blue #535CBA
RGB
CMYK
RGB Variations
Color information
#535CBA (or 0x535CBA) is known color: Rich Blue. HEX triplet: 53, 5C and BA. RGB value is (83,92,186). Sum of RGB (Red+Green+Blue) = 83+92+186=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #535CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CBA is #ACA345. Grayscale: #636363. Windows color (decimal): -11313990 or 12213331. OLE color: 12213331.
HSL color Cylindrical-coordinate representation of color #535CBA: hue angle of 234.76º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535CBA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 92 | 186 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.27 |
| HSL | 234.76º | 0.43% | 0.53% | - |
| HSV(B) | 234.76º | 0.55% | 0.73% | - |
| XYZ | 16.26 | 13.04 | 48.11 | - |
| YUV | 100.03 | 176.52 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 186 | 0.55 | 0.51 | 0 | 0.27 | 234.76 | 0.43 | 0.53 |
| Hex | 53 | 5C | BA | 37 | 33 | 0 | 1B | EB | 2B | 35 |
| Octal | 123 | 134 | 272 | 67 | 63 | 0 | 33 | 353 | 53 | 65 |
| Binary | 1010011 | 1011100 | 10111010 | 110111 | 110011 | 0 | 11011 | 11101011 | 101011 | 110101 |
Color Harmonies of #535CBA
Complementary color
Monochromatic Colors of #535CBA
Black with #535CBA
Text Example
Text Example
White with #535CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CBA; }
p { color: rgb(83,92,186); }
H1.HeaderClassName
{
color: #535CBA;
}
.AnyTagClassName
{
color: #535CBA;
}
</style>
background-color css
<style>
a { background-color: #535CBA; }
a { background-color: rgb(83,92,186); }
div.DivClassName
{
background-color: #535CBA;
}
.BgClassName
{
background-color: #535CBA;
}
</style>
border-color css
<style>
span { border-color: #535CBA; }
span { border-color: rgb(83,92,186); }
td.TdClassName
{
border-color: #535CBA;
}
.TagClassName
{
border-color: #535CBA;
}
</style>