Shades of Rich Blue #535DBA
Tints of Rich Blue #535DBA
RGB
CMYK
RGB Variations
Color information
#535DBA (or 0x535DBA) is known color: Rich Blue. HEX triplet: 53, 5D and BA. RGB value is (83,93,186). Sum of RGB (Red+Green+Blue) = 83+93+186=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #535DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DBA is #ACA245. Grayscale: #646464. Windows color (decimal): -11313734 or 12213587. OLE color: 12213587.
HSL color Cylindrical-coordinate representation of color #535DBA: hue angle of 234.17º 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 #535DBA is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 93 | 186 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.27 |
| HSL | 234.17º | 0.43% | 0.53% | - |
| HSV(B) | 234.17º | 0.55% | 0.73% | - |
| XYZ | 16.34 | 13.21 | 48.14 | - |
| YUV | 100.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 186 | 0.55 | 0.5 | 0 | 0.27 | 234.17 | 0.43 | 0.53 |
| Hex | 53 | 5D | BA | 37 | 32 | 0 | 1B | EA | 2B | 35 |
| Octal | 123 | 135 | 272 | 67 | 62 | 0 | 33 | 352 | 53 | 65 |
| Binary | 1010011 | 1011101 | 10111010 | 110111 | 110010 | 0 | 11011 | 11101010 | 101011 | 110101 |
Color Harmonies of #535DBA
Complementary color
Monochromatic Colors of #535DBA
Black with #535DBA
Text Example
Text Example
White with #535DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DBA; }
p { color: rgb(83,93,186); }
H1.HeaderClassName
{
color: #535DBA;
}
.AnyTagClassName
{
color: #535DBA;
}
</style>
background-color css
<style>
a { background-color: #535DBA; }
a { background-color: rgb(83,93,186); }
div.DivClassName
{
background-color: #535DBA;
}
.BgClassName
{
background-color: #535DBA;
}
</style>
border-color css
<style>
span { border-color: #535DBA; }
span { border-color: rgb(83,93,186); }
td.TdClassName
{
border-color: #535DBA;
}
.TagClassName
{
border-color: #535DBA;
}
</style>