Shades of Rich Blue #555AC0
Tints of Rich Blue #555AC0
RGB
CMYK
RGB Variations
Color information
#555AC0 (or 0x555AC0) is known color: Rich Blue. HEX triplet: 55, 5A and C0. RGB value is (85,90,192). Sum of RGB (Red+Green+Blue) = 85+90+192=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #555AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AC0 is #AAA53F. Grayscale: #636363. Windows color (decimal): -11183424 or 12606037. OLE color: 12606037.
HSL color Cylindrical-coordinate representation of color #555AC0: hue angle of 237.2º 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 #555AC0 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 90 | 192 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.25 |
| HSL | 237.2º | 0.46% | 0.54% | - |
| HSV(B) | 237.2º | 0.56% | 0.75% | - |
| XYZ | 16.92 | 13.05 | 51.5 | - |
| YUV | 100.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 192 | 0.56 | 0.53 | 0 | 0.25 | 237.2 | 0.46 | 0.54 |
| Hex | 55 | 5A | C0 | 38 | 35 | 0 | 19 | ED | 2E | 36 |
| Octal | 125 | 132 | 300 | 70 | 65 | 0 | 31 | 355 | 56 | 66 |
| Binary | 1010101 | 1011010 | 11000000 | 111000 | 110101 | 0 | 11001 | 11101101 | 101110 | 110110 |
Color Harmonies of #555AC0
Complementary color
Monochromatic Colors of #555AC0
Black with #555AC0
Text Example
Text Example
White with #555AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555AC0; }
p { color: rgb(85,90,192); }
H1.HeaderClassName
{
color: #555AC0;
}
.AnyTagClassName
{
color: #555AC0;
}
</style>
background-color css
<style>
a { background-color: #555AC0; }
a { background-color: rgb(85,90,192); }
div.DivClassName
{
background-color: #555AC0;
}
.BgClassName
{
background-color: #555AC0;
}
</style>
border-color css
<style>
span { border-color: #555AC0; }
span { border-color: rgb(85,90,192); }
td.TdClassName
{
border-color: #555AC0;
}
.TagClassName
{
border-color: #555AC0;
}
</style>