Shades of Rich Blue #5554C1
Tints of Rich Blue #5554C1
RGB
CMYK
RGB Variations
Color information
#5554C1 (or 0x5554C1) is known color: Rich Blue. HEX triplet: 55, 54 and C1. RGB value is (85,84,193). Sum of RGB (Red+Green+Blue) = 85+84+193=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #5554C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554C1 is #AAAB3E. Grayscale: #606060. Windows color (decimal): -11184959 or 12670037. OLE color: 12670037.
HSL color Cylindrical-coordinate representation of color #5554C1: hue angle of 240.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5554C1 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 84 | 193 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.24 |
| HSL | 240.55º | 0.47% | 0.54% | - |
| HSV(B) | 240.55º | 0.56% | 0.76% | - |
| XYZ | 16.54 | 12.12 | 51.92 | - |
| YUV | 96.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 193 | 0.56 | 0.56 | 0 | 0.24 | 240.55 | 0.47 | 0.54 |
| Hex | 55 | 54 | C1 | 38 | 38 | 0 | 18 | F1 | 2F | 36 |
| Octal | 125 | 124 | 301 | 70 | 70 | 0 | 30 | 361 | 57 | 66 |
| Binary | 1010101 | 1010100 | 11000001 | 111000 | 111000 | 0 | 11000 | 11110001 | 101111 | 110110 |
Color Harmonies of #5554C1
Complementary color
Monochromatic Colors of #5554C1
Black with #5554C1
Text Example
Text Example
White with #5554C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5554C1; }
p { color: rgb(85,84,193); }
H1.HeaderClassName
{
color: #5554C1;
}
.AnyTagClassName
{
color: #5554C1;
}
</style>
background-color css
<style>
a { background-color: #5554C1; }
a { background-color: rgb(85,84,193); }
div.DivClassName
{
background-color: #5554C1;
}
.BgClassName
{
background-color: #5554C1;
}
</style>
border-color css
<style>
span { border-color: #5554C1; }
span { border-color: rgb(85,84,193); }
td.TdClassName
{
border-color: #5554C1;
}
.TagClassName
{
border-color: #5554C1;
}
</style>