Shades of Rich Blue #535DB7
Tints of Rich Blue #535DB7
RGB
CMYK
RGB Variations
Color information
#535DB7 (or 0x535DB7) is known color: Rich Blue. HEX triplet: 53, 5D and B7. RGB value is (83,93,183). Sum of RGB (Red+Green+Blue) = 83+93+183=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #535DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DB7 is #ACA248. Grayscale: #636363. Windows color (decimal): -11313737 or 12016979. OLE color: 12016979.
HSL color Cylindrical-coordinate representation of color #535DB7: hue angle of 234º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535DB7 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 93 | 183 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.28 |
| HSL | 234º | 0.41% | 0.52% | - |
| HSV(B) | 234º | 0.55% | 0.72% | - |
| XYZ | 16.03 | 13.09 | 46.48 | - |
| YUV | 100.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 183 | 0.55 | 0.49 | 0 | 0.28 | 234 | 0.41 | 0.52 |
| Hex | 53 | 5D | B7 | 37 | 31 | 0 | 1C | EA | 29 | 34 |
| Octal | 123 | 135 | 267 | 67 | 61 | 0 | 34 | 352 | 51 | 64 |
| Binary | 1010011 | 1011101 | 10110111 | 110111 | 110001 | 0 | 11100 | 11101010 | 101001 | 110100 |
Color Harmonies of #535DB7
Complementary color
Monochromatic Colors of #535DB7
Black with #535DB7
Text Example
Text Example
White with #535DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DB7; }
p { color: rgb(83,93,183); }
H1.HeaderClassName
{
color: #535DB7;
}
.AnyTagClassName
{
color: #535DB7;
}
</style>
background-color css
<style>
a { background-color: #535DB7; }
a { background-color: rgb(83,93,183); }
div.DivClassName
{
background-color: #535DB7;
}
.BgClassName
{
background-color: #535DB7;
}
</style>
border-color css
<style>
span { border-color: #535DB7; }
span { border-color: rgb(83,93,183); }
td.TdClassName
{
border-color: #535DB7;
}
.TagClassName
{
border-color: #535DB7;
}
</style>