Shades of Rich Blue #5553BC
Tints of Rich Blue #5553BC
RGB
CMYK
RGB Variations
Color information
#5553BC (or 0x5553BC) is known color: Rich Blue. HEX triplet: 55, 53 and BC. RGB value is (85,83,188). Sum of RGB (Red+Green+Blue) = 85+83+188=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #5553BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553BC is #AAAC43. Grayscale: #5F5F5F. Windows color (decimal): -11185220 or 12342101. OLE color: 12342101.
HSL color Cylindrical-coordinate representation of color #5553BC: hue angle of 241.14º degrees, saturation: 0.44, 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 #5553BC is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 83 | 188 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.26 |
| HSL | 241.14º | 0.44% | 0.53% | - |
| HSV(B) | 241.14º | 0.56% | 0.74% | - |
| XYZ | 15.92 | 11.75 | 49.01 | - |
| YUV | 95.57 | 180.16 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 188 | 0.55 | 0.56 | 0 | 0.26 | 241.14 | 0.44 | 0.53 |
| Hex | 55 | 53 | BC | 37 | 38 | 0 | 1A | F1 | 2C | 35 |
| Octal | 125 | 123 | 274 | 67 | 70 | 0 | 32 | 361 | 54 | 65 |
| Binary | 1010101 | 1010011 | 10111100 | 110111 | 111000 | 0 | 11010 | 11110001 | 101100 | 110101 |
Color Harmonies of #5553BC
Complementary color
Monochromatic Colors of #5553BC
Black with #5553BC
Text Example
Text Example
White with #5553BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5553BC; }
p { color: rgb(85,83,188); }
H1.HeaderClassName
{
color: #5553BC;
}
.AnyTagClassName
{
color: #5553BC;
}
</style>
background-color css
<style>
a { background-color: #5553BC; }
a { background-color: rgb(85,83,188); }
div.DivClassName
{
background-color: #5553BC;
}
.BgClassName
{
background-color: #5553BC;
}
</style>
border-color css
<style>
span { border-color: #5553BC; }
span { border-color: rgb(85,83,188); }
td.TdClassName
{
border-color: #5553BC;
}
.TagClassName
{
border-color: #5553BC;
}
</style>