Shades of Rich Blue #535DB4
Tints of Rich Blue #535DB4
RGB
CMYK
RGB Variations
Color information
#535DB4 (or 0x535DB4) is known color: Rich Blue. HEX triplet: 53, 5D and B4. RGB value is (83,93,180). Sum of RGB (Red+Green+Blue) = 83+93+180=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #535DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DB4 is #ACA24B. Grayscale: #636363. Windows color (decimal): -11313740 or 11820371. OLE color: 11820371.
HSL color Cylindrical-coordinate representation of color #535DB4: hue angle of 233.81º degrees, saturation: 0.39, 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 #535DB4 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 93 | 180 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.29 |
| HSL | 233.81º | 0.39% | 0.52% | - |
| HSV(B) | 233.81º | 0.54% | 0.71% | - |
| XYZ | 15.72 | 12.96 | 44.85 | - |
| YUV | 99.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 180 | 0.54 | 0.48 | 0 | 0.29 | 233.81 | 0.39 | 0.52 |
| Hex | 53 | 5D | B4 | 36 | 30 | 0 | 1D | EA | 27 | 34 |
| Octal | 123 | 135 | 264 | 66 | 60 | 0 | 35 | 352 | 47 | 64 |
| Binary | 1010011 | 1011101 | 10110100 | 110110 | 110000 | 0 | 11101 | 11101010 | 100111 | 110100 |
Color Harmonies of #535DB4
Complementary color
Monochromatic Colors of #535DB4
Black with #535DB4
Text Example
Text Example
White with #535DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DB4; }
p { color: rgb(83,93,180); }
H1.HeaderClassName
{
color: #535DB4;
}
.AnyTagClassName
{
color: #535DB4;
}
</style>
background-color css
<style>
a { background-color: #535DB4; }
a { background-color: rgb(83,93,180); }
div.DivClassName
{
background-color: #535DB4;
}
.BgClassName
{
background-color: #535DB4;
}
</style>
border-color css
<style>
span { border-color: #535DB4; }
span { border-color: rgb(83,93,180); }
td.TdClassName
{
border-color: #535DB4;
}
.TagClassName
{
border-color: #535DB4;
}
</style>