Shades of Free Speech Blue #5557CC
Tints of Free Speech Blue #5557CC
RGB
CMYK
RGB Variations
Color information
#5557CC (or 0x5557CC) is known color: Free Speech Blue. HEX triplet: 55, 57 and CC. RGB value is (85,87,204). Sum of RGB (Red+Green+Blue) = 85+87+204=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #5557CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557CC is #AAA833. Grayscale: #636363. Windows color (decimal): -11184180 or 13391701. OLE color: 13391701.
HSL color Cylindrical-coordinate representation of color #5557CC: hue angle of 238.99º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5557CC is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 87 | 204 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.2 |
| HSL | 238.99º | 0.54% | 0.57% | - |
| HSV(B) | 238.99º | 0.58% | 0.8% | - |
| XYZ | 18.05 | 13.11 | 58.71 | - |
| YUV | 99.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 204 | 0.58 | 0.57 | 0 | 0.2 | 238.99 | 0.54 | 0.57 |
| Hex | 55 | 57 | CC | 3A | 39 | 0 | 14 | EF | 36 | 39 |
| Octal | 125 | 127 | 314 | 72 | 71 | 0 | 24 | 357 | 66 | 71 |
| Binary | 1010101 | 1010111 | 11001100 | 111010 | 111001 | 0 | 10100 | 11101111 | 110110 | 111001 |
Color Harmonies of #5557CC
Complementary color
Monochromatic Colors of #5557CC
Black with #5557CC
Text Example
Text Example
White with #5557CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557CC; }
p { color: rgb(85,87,204); }
H1.HeaderClassName
{
color: #5557CC;
}
.AnyTagClassName
{
color: #5557CC;
}
</style>
background-color css
<style>
a { background-color: #5557CC; }
a { background-color: rgb(85,87,204); }
div.DivClassName
{
background-color: #5557CC;
}
.BgClassName
{
background-color: #5557CC;
}
</style>
border-color css
<style>
span { border-color: #5557CC; }
span { border-color: rgb(85,87,204); }
td.TdClassName
{
border-color: #5557CC;
}
.TagClassName
{
border-color: #5557CC;
}
</style>