Shades of Rich Blue #535DBB
Tints of Rich Blue #535DBB
RGB
CMYK
RGB Variations
Color information
#535DBB (or 0x535DBB) is known color: Rich Blue. HEX triplet: 53, 5D and BB. RGB value is (83,93,187). Sum of RGB (Red+Green+Blue) = 83+93+187=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #535DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DBB is #ACA244. Grayscale: #646464. Windows color (decimal): -11313733 or 12279123. OLE color: 12279123.
HSL color Cylindrical-coordinate representation of color #535DBB: hue angle of 234.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535DBB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 93 | 187 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.27 |
| HSL | 234.23º | 0.43% | 0.53% | - |
| HSV(B) | 234.23º | 0.56% | 0.73% | - |
| XYZ | 16.45 | 13.26 | 48.71 | - |
| YUV | 100.73 | 176.69 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 93 | 187 | 0.56 | 0.50 | 0 | 0.27 | 234.23 | 0.43 | 0.53 |
| Hex | 53 | 5D | BB | 38 | 32 | 0 | 1B | EA | 2B | 35 |
| Octal | 123 | 135 | 273 | 70 | 62 | 0 | 33 | 352 | 53 | 65 |
| Binary | 1010011 | 1011101 | 10111011 | 111000 | 110010 | 0 | 11011 | 11101010 | 101011 | 110101 |
Color Harmonies of #535DBB
Complementary color
Monochromatic Colors of #535DBB
Black with #535DBB
Text Example
Text Example
White with #535DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535DBB; }
p { color: rgb(83,93,187); }
H1.HeaderClassName
{
color: #535DBB;
}
.AnyTagClassName
{
color: #535DBB;
}
</style>
background-color css
<style>
a { background-color: #535DBB; }
a { background-color: rgb(83,93,187); }
div.DivClassName
{
background-color: #535DBB;
}
.BgClassName
{
background-color: #535DBB;
}
</style>
border-color css
<style>
span { border-color: #535DBB; }
span { border-color: rgb(83,93,187); }
td.TdClassName
{
border-color: #535DBB;
}
.TagClassName
{
border-color: #535DBB;
}
</style>