Shades of Free Speech Blue #555EC8
Tints of Free Speech Blue #555EC8
RGB
CMYK
RGB Variations
Color information
#555EC8 (or 0x555EC8) is known color: Free Speech Blue. HEX triplet: 55, 5E and C8. RGB value is (85,94,200). Sum of RGB (Red+Green+Blue) = 85+94+200=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #555EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EC8 is #AAA137. Grayscale: #666666. Windows color (decimal): -11182392 or 13131349. OLE color: 13131349.
HSL color Cylindrical-coordinate representation of color #555EC8: hue angle of 235.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555EC8 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 94 | 200 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.22 |
| HSL | 235.3º | 0.51% | 0.56% | - |
| HSV(B) | 235.3º | 0.58% | 0.78% | - |
| XYZ | 18.17 | 14.11 | 56.41 | - |
| YUV | 103.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 200 | 0.58 | 0.53 | 0 | 0.22 | 235.3 | 0.51 | 0.56 |
| Hex | 55 | 5E | C8 | 3A | 35 | 0 | 16 | EB | 33 | 38 |
| Octal | 125 | 136 | 310 | 72 | 65 | 0 | 26 | 353 | 63 | 70 |
| Binary | 1010101 | 1011110 | 11001000 | 111010 | 110101 | 0 | 10110 | 11101011 | 110011 | 111000 |
Color Harmonies of #555EC8
Complementary color
Monochromatic Colors of #555EC8
Black with #555EC8
Text Example
Text Example
White with #555EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EC8; }
p { color: rgb(85,94,200); }
H1.HeaderClassName
{
color: #555EC8;
}
.AnyTagClassName
{
color: #555EC8;
}
</style>
background-color css
<style>
a { background-color: #555EC8; }
a { background-color: rgb(85,94,200); }
div.DivClassName
{
background-color: #555EC8;
}
.BgClassName
{
background-color: #555EC8;
}
</style>
border-color css
<style>
span { border-color: #555EC8; }
span { border-color: rgb(85,94,200); }
td.TdClassName
{
border-color: #555EC8;
}
.TagClassName
{
border-color: #555EC8;
}
</style>