Shades of Free Speech Blue #555ECE
Tints of Free Speech Blue #555ECE
RGB
CMYK
RGB Variations
Color information
#555ECE (or 0x555ECE) is known color: Free Speech Blue. HEX triplet: 55, 5E and CE. RGB value is (85,94,206). Sum of RGB (Red+Green+Blue) = 85+94+206=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #555ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ECE is #AAA131. Grayscale: #676767. Windows color (decimal): -11182386 or 13524565. OLE color: 13524565.
HSL color Cylindrical-coordinate representation of color #555ECE: hue angle of 235.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555ECE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 94 | 206 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.19 |
| HSL | 235.54º | 0.55% | 0.57% | - |
| HSV(B) | 235.54º | 0.59% | 0.81% | - |
| XYZ | 18.89 | 14.39 | 60.18 | - |
| YUV | 104.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 206 | 0.59 | 0.54 | 0 | 0.19 | 235.54 | 0.55 | 0.57 |
| Hex | 55 | 5E | CE | 3B | 36 | 0 | 13 | EC | 37 | 39 |
| Octal | 125 | 136 | 316 | 73 | 66 | 0 | 23 | 354 | 67 | 71 |
| Binary | 1010101 | 1011110 | 11001110 | 111011 | 110110 | 0 | 10011 | 11101100 | 110111 | 111001 |
Color Harmonies of #555ECE
Complementary color
Monochromatic Colors of #555ECE
Black with #555ECE
Text Example
Text Example
White with #555ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555ECE; }
p { color: rgb(85,94,206); }
H1.HeaderClassName
{
color: #555ECE;
}
.AnyTagClassName
{
color: #555ECE;
}
</style>
background-color css
<style>
a { background-color: #555ECE; }
a { background-color: rgb(85,94,206); }
div.DivClassName
{
background-color: #555ECE;
}
.BgClassName
{
background-color: #555ECE;
}
</style>
border-color css
<style>
span { border-color: #555ECE; }
span { border-color: rgb(85,94,206); }
td.TdClassName
{
border-color: #555ECE;
}
.TagClassName
{
border-color: #555ECE;
}
</style>