Shades of Free Speech Blue #555EC5
Tints of Free Speech Blue #555EC5
RGB
CMYK
RGB Variations
Color information
#555EC5 (or 0x555EC5) is known color: Free Speech Blue. HEX triplet: 55, 5E and C5. RGB value is (85,94,197). Sum of RGB (Red+Green+Blue) = 85+94+197=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #555EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EC5 is #AAA13A. Grayscale: #666666. Windows color (decimal): -11182395 or 12934741. OLE color: 12934741.
HSL color Cylindrical-coordinate representation of color #555EC5: hue angle of 235.18º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555EC5 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 94 | 197 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.23 |
| HSL | 235.18º | 0.49% | 0.55% | - |
| HSV(B) | 235.18º | 0.57% | 0.77% | - |
| XYZ | 17.83 | 13.97 | 54.58 | - |
| YUV | 103.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 197 | 0.57 | 0.52 | 0 | 0.23 | 235.18 | 0.49 | 0.55 |
| Hex | 55 | 5E | C5 | 39 | 34 | 0 | 17 | EB | 31 | 37 |
| Octal | 125 | 136 | 305 | 71 | 64 | 0 | 27 | 353 | 61 | 67 |
| Binary | 1010101 | 1011110 | 11000101 | 111001 | 110100 | 0 | 10111 | 11101011 | 110001 | 110111 |
Color Harmonies of #555EC5
Complementary color
Monochromatic Colors of #555EC5
Black with #555EC5
Text Example
Text Example
White with #555EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EC5; }
p { color: rgb(85,94,197); }
H1.HeaderClassName
{
color: #555EC5;
}
.AnyTagClassName
{
color: #555EC5;
}
</style>
background-color css
<style>
a { background-color: #555EC5; }
a { background-color: rgb(85,94,197); }
div.DivClassName
{
background-color: #555EC5;
}
.BgClassName
{
background-color: #555EC5;
}
</style>
border-color css
<style>
span { border-color: #555EC5; }
span { border-color: rgb(85,94,197); }
td.TdClassName
{
border-color: #555EC5;
}
.TagClassName
{
border-color: #555EC5;
}
</style>