Shades of Rich Blue #535BBB
Tints of Rich Blue #535BBB
RGB
CMYK
RGB Variations
Color information
#535BBB (or 0x535BBB) is known color: Rich Blue. HEX triplet: 53, 5B and BB. RGB value is (83,91,187). Sum of RGB (Red+Green+Blue) = 83+91+187=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #535BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535BBB is #ACA444. Grayscale: #636363. Windows color (decimal): -11314245 or 12278611. OLE color: 12278611.
HSL color Cylindrical-coordinate representation of color #535BBB: hue angle of 235.38º 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 #535BBB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 91 | 187 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.27 |
| HSL | 235.38º | 0.43% | 0.53% | - |
| HSV(B) | 235.38º | 0.56% | 0.73% | - |
| XYZ | 16.28 | 12.91 | 48.65 | - |
| YUV | 99.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 91 | 187 | 0.56 | 0.51 | 0 | 0.27 | 235.38 | 0.43 | 0.53 |
| Hex | 53 | 5B | BB | 38 | 33 | 0 | 1B | EB | 2B | 35 |
| Octal | 123 | 133 | 273 | 70 | 63 | 0 | 33 | 353 | 53 | 65 |
| Binary | 1010011 | 1011011 | 10111011 | 111000 | 110011 | 0 | 11011 | 11101011 | 101011 | 110101 |
Color Harmonies of #535BBB
Complementary color
Monochromatic Colors of #535BBB
Black with #535BBB
Text Example
Text Example
White with #535BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535BBB; }
p { color: rgb(83,91,187); }
H1.HeaderClassName
{
color: #535BBB;
}
.AnyTagClassName
{
color: #535BBB;
}
</style>
background-color css
<style>
a { background-color: #535BBB; }
a { background-color: rgb(83,91,187); }
div.DivClassName
{
background-color: #535BBB;
}
.BgClassName
{
background-color: #535BBB;
}
</style>
border-color css
<style>
span { border-color: #535BBB; }
span { border-color: rgb(83,91,187); }
td.TdClassName
{
border-color: #535BBB;
}
.TagClassName
{
border-color: #535BBB;
}
</style>