Shades of Rich Blue #5554C0
Tints of Rich Blue #5554C0
RGB
CMYK
RGB Variations
Color information
#5554C0 (or 0x5554C0) is known color: Rich Blue. HEX triplet: 55, 54 and C0. RGB value is (85,84,192). Sum of RGB (Red+Green+Blue) = 85+84+192=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #5554C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554C0 is #AAAB3F. Grayscale: #606060. Windows color (decimal): -11184960 or 12604501. OLE color: 12604501.
HSL color Cylindrical-coordinate representation of color #5554C0: hue angle of 240.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5554C0 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 84 | 192 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.25 |
| HSL | 240.56º | 0.46% | 0.54% | - |
| HSV(B) | 240.56º | 0.56% | 0.75% | - |
| XYZ | 16.43 | 12.08 | 51.33 | - |
| YUV | 96.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 192 | 0.56 | 0.56 | 0 | 0.25 | 240.56 | 0.46 | 0.54 |
| Hex | 55 | 54 | C0 | 38 | 38 | 0 | 19 | F1 | 2E | 36 |
| Octal | 125 | 124 | 300 | 70 | 70 | 0 | 31 | 361 | 56 | 66 |
| Binary | 1010101 | 1010100 | 11000000 | 111000 | 111000 | 0 | 11001 | 11110001 | 101110 | 110110 |
Color Harmonies of #5554C0
Complementary color
Monochromatic Colors of #5554C0
Black with #5554C0
Text Example
Text Example
White with #5554C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5554C0; }
p { color: rgb(85,84,192); }
H1.HeaderClassName
{
color: #5554C0;
}
.AnyTagClassName
{
color: #5554C0;
}
</style>
background-color css
<style>
a { background-color: #5554C0; }
a { background-color: rgb(85,84,192); }
div.DivClassName
{
background-color: #5554C0;
}
.BgClassName
{
background-color: #5554C0;
}
</style>
border-color css
<style>
span { border-color: #5554C0; }
span { border-color: rgb(85,84,192); }
td.TdClassName
{
border-color: #5554C0;
}
.TagClassName
{
border-color: #5554C0;
}
</style>