Shades of Free Speech Blue #555EC0
Tints of Free Speech Blue #555EC0
RGB
CMYK
RGB Variations
Color information
#555EC0 (or 0x555EC0) is known color: Free Speech Blue. HEX triplet: 55, 5E and C0. RGB value is (85,94,192). Sum of RGB (Red+Green+Blue) = 85+94+192=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #555EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EC0 is #AAA13F. Grayscale: #666666. Windows color (decimal): -11182400 or 12607061. OLE color: 12607061.
HSL color Cylindrical-coordinate representation of color #555EC0: hue angle of 234.95º 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 #555EC0 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 94 | 192 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.25 |
| HSL | 234.95º | 0.46% | 0.54% | - |
| HSV(B) | 234.95º | 0.56% | 0.75% | - |
| XYZ | 17.26 | 13.74 | 51.61 | - |
| YUV | 102.48 | 178.52 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 192 | 0.56 | 0.51 | 0 | 0.25 | 234.95 | 0.46 | 0.54 |
| Hex | 55 | 5E | C0 | 38 | 33 | 0 | 19 | EB | 2E | 36 |
| Octal | 125 | 136 | 300 | 70 | 63 | 0 | 31 | 353 | 56 | 66 |
| Binary | 1010101 | 1011110 | 11000000 | 111000 | 110011 | 0 | 11001 | 11101011 | 101110 | 110110 |
Color Harmonies of #555EC0
Complementary color
Monochromatic Colors of #555EC0
Black with #555EC0
Text Example
Text Example
White with #555EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EC0; }
p { color: rgb(85,94,192); }
H1.HeaderClassName
{
color: #555EC0;
}
.AnyTagClassName
{
color: #555EC0;
}
</style>
background-color css
<style>
a { background-color: #555EC0; }
a { background-color: rgb(85,94,192); }
div.DivClassName
{
background-color: #555EC0;
}
.BgClassName
{
background-color: #555EC0;
}
</style>
border-color css
<style>
span { border-color: #555EC0; }
span { border-color: rgb(85,94,192); }
td.TdClassName
{
border-color: #555EC0;
}
.TagClassName
{
border-color: #555EC0;
}
</style>