Shades of Rich Blue #5543B1
Tints of Rich Blue #5543B1
RGB
CMYK
RGB Variations
Color information
#5543B1 (or 0x5543B1) is known color: Rich Blue. HEX triplet: 55, 43 and B1. RGB value is (85,67,177). Sum of RGB (Red+Green+Blue) = 85+67+177=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #5543B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5543B1 is #AABC4E. Grayscale: #545454. Windows color (decimal): -11189327 or 11617109. OLE color: 11617109.
HSL color Cylindrical-coordinate representation of color #5543B1: hue angle of 249.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5543B1 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 67 | 177 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.31 |
| HSL | 249.82º | 0.45% | 0.48% | - |
| HSV(B) | 249.82º | 0.62% | 0.69% | - |
| XYZ | 13.69 | 9.12 | 42.63 | - |
| YUV | 84.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 177 | 0.52 | 0.62 | 0 | 0.31 | 249.82 | 0.45 | 0.48 |
| Hex | 55 | 43 | B1 | 34 | 3E | 0 | 1F | FA | 2D | 30 |
| Octal | 125 | 103 | 261 | 64 | 76 | 0 | 37 | 372 | 55 | 60 |
| Binary | 1010101 | 1000011 | 10110001 | 110100 | 111110 | 0 | 11111 | 11111010 | 101101 | 110000 |
Color Harmonies of #5543B1
Complementary color
Monochromatic Colors of #5543B1
Black with #5543B1
Text Example
Text Example
White with #5543B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5543B1; }
p { color: rgb(85,67,177); }
H1.HeaderClassName
{
color: #5543B1;
}
.AnyTagClassName
{
color: #5543B1;
}
</style>
background-color css
<style>
a { background-color: #5543B1; }
a { background-color: rgb(85,67,177); }
div.DivClassName
{
background-color: #5543B1;
}
.BgClassName
{
background-color: #5543B1;
}
</style>
border-color css
<style>
span { border-color: #5543B1; }
span { border-color: rgb(85,67,177); }
td.TdClassName
{
border-color: #5543B1;
}
.TagClassName
{
border-color: #5543B1;
}
</style>