Shades of Rich Blue #5355BB
Tints of Rich Blue #5355BB
RGB
CMYK
RGB Variations
Color information
#5355BB (or 0x5355BB) is known color: Rich Blue. HEX triplet: 53, 55 and BB. RGB value is (83,85,187). Sum of RGB (Red+Green+Blue) = 83+85+187=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #5355BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355BB is #ACAA44. Grayscale: #5F5F5F. Windows color (decimal): -11315781 or 12277075. OLE color: 12277075.
HSL color Cylindrical-coordinate representation of color #5355BB: hue angle of 238.85º 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 #5355BB is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 85 | 187 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.27 |
| HSL | 238.85º | 0.43% | 0.53% | - |
| HSV(B) | 238.85º | 0.56% | 0.73% | - |
| XYZ | 15.79 | 11.92 | 48.48 | - |
| YUV | 96.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 187 | 0.56 | 0.55 | 0 | 0.27 | 238.85 | 0.43 | 0.53 |
| Hex | 53 | 55 | BB | 38 | 37 | 0 | 1B | EF | 2B | 35 |
| Octal | 123 | 125 | 273 | 70 | 67 | 0 | 33 | 357 | 53 | 65 |
| Binary | 1010011 | 1010101 | 10111011 | 111000 | 110111 | 0 | 11011 | 11101111 | 101011 | 110101 |
Color Harmonies of #5355BB
Complementary color
Monochromatic Colors of #5355BB
Black with #5355BB
Text Example
Text Example
White with #5355BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5355BB; }
p { color: rgb(83,85,187); }
H1.HeaderClassName
{
color: #5355BB;
}
.AnyTagClassName
{
color: #5355BB;
}
</style>
background-color css
<style>
a { background-color: #5355BB; }
a { background-color: rgb(83,85,187); }
div.DivClassName
{
background-color: #5355BB;
}
.BgClassName
{
background-color: #5355BB;
}
</style>
border-color css
<style>
span { border-color: #5355BB; }
span { border-color: rgb(83,85,187); }
td.TdClassName
{
border-color: #5355BB;
}
.TagClassName
{
border-color: #5355BB;
}
</style>