Shades of Rich Blue #535DBD
Tints of Rich Blue #535DBD
RGB
CMYK
RGB Variations
Color information
#535DBD (or 0x535DBD) is known color: Rich Blue. HEX triplet: 53, 5D and BD. RGB value is (83,93,189). Sum of RGB (Red+Green+Blue) = 83+93+189=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #535DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DBD is #ACA242. Grayscale: #646464. Windows color (decimal): -11313731 or 12410195. OLE color: 12410195.
HSL color Cylindrical-coordinate representation of color #535DBD: hue angle of 234.34º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535DBD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 93 | 189 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.26 |
| HSL | 234.34º | 0.45% | 0.53% | - |
| HSV(B) | 234.34º | 0.56% | 0.74% | - |
| XYZ | 16.67 | 13.34 | 49.84 | - |
| YUV | 100.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 189 | 0.56 | 0.51 | 0 | 0.26 | 234.34 | 0.45 | 0.53 |
| Hex | 53 | 5D | BD | 38 | 33 | 0 | 1A | EA | 2D | 35 |
| Octal | 123 | 135 | 275 | 70 | 63 | 0 | 32 | 352 | 55 | 65 |
| Binary | 1010011 | 1011101 | 10111101 | 111000 | 110011 | 0 | 11010 | 11101010 | 101101 | 110101 |
Color Harmonies of #535DBD
Complementary color
Monochromatic Colors of #535DBD
Black with #535DBD
Text Example
Text Example
White with #535DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DBD; }
p { color: rgb(83,93,189); }
H1.HeaderClassName
{
color: #535DBD;
}
.AnyTagClassName
{
color: #535DBD;
}
</style>
background-color css
<style>
a { background-color: #535DBD; }
a { background-color: rgb(83,93,189); }
div.DivClassName
{
background-color: #535DBD;
}
.BgClassName
{
background-color: #535DBD;
}
</style>
border-color css
<style>
span { border-color: #535DBD; }
span { border-color: rgb(83,93,189); }
td.TdClassName
{
border-color: #535DBD;
}
.TagClassName
{
border-color: #535DBD;
}
</style>