Shades of Free Speech Blue #555EC1
Tints of Free Speech Blue #555EC1
RGB
CMYK
RGB Variations
Color information
#555EC1 (or 0x555EC1) is known color: Free Speech Blue. HEX triplet: 55, 5E and C1. RGB value is (85,94,193). Sum of RGB (Red+Green+Blue) = 85+94+193=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #555EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EC1 is #AAA13E. Grayscale: #666666. Windows color (decimal): -11182399 or 12672597. OLE color: 12672597.
HSL color Cylindrical-coordinate representation of color #555EC1: hue angle of 235º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555EC1 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 94 | 193 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.24 |
| HSL | 235º | 0.47% | 0.55% | - |
| HSV(B) | 235º | 0.56% | 0.76% | - |
| XYZ | 17.37 | 13.79 | 52.2 | - |
| YUV | 102.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 193 | 0.56 | 0.51 | 0 | 0.24 | 235 | 0.47 | 0.55 |
| Hex | 55 | 5E | C1 | 38 | 33 | 0 | 18 | EB | 2F | 37 |
| Octal | 125 | 136 | 301 | 70 | 63 | 0 | 30 | 353 | 57 | 67 |
| Binary | 1010101 | 1011110 | 11000001 | 111000 | 110011 | 0 | 11000 | 11101011 | 101111 | 110111 |
Color Harmonies of #555EC1
Complementary color
Monochromatic Colors of #555EC1
Black with #555EC1
Text Example
Text Example
White with #555EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EC1; }
p { color: rgb(85,94,193); }
H1.HeaderClassName
{
color: #555EC1;
}
.AnyTagClassName
{
color: #555EC1;
}
</style>
background-color css
<style>
a { background-color: #555EC1; }
a { background-color: rgb(85,94,193); }
div.DivClassName
{
background-color: #555EC1;
}
.BgClassName
{
background-color: #555EC1;
}
</style>
border-color css
<style>
span { border-color: #555EC1; }
span { border-color: rgb(85,94,193); }
td.TdClassName
{
border-color: #555EC1;
}
.TagClassName
{
border-color: #555EC1;
}
</style>