Shades of Free Speech Blue #5561CC
Tints of Free Speech Blue #5561CC
RGB
CMYK
RGB Variations
Color information
#5561CC (or 0x5561CC) is known color: Free Speech Blue. HEX triplet: 55, 61 and CC. RGB value is (85,97,204). Sum of RGB (Red+Green+Blue) = 85+97+204=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #5561CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561CC is #AA9E33. Grayscale: #696969. Windows color (decimal): -11181620 or 13394261. OLE color: 13394261.
HSL color Cylindrical-coordinate representation of color #5561CC: hue angle of 233.95º 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 #5561CC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 97 | 204 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.2 |
| HSL | 233.95º | 0.54% | 0.57% | - |
| HSV(B) | 233.95º | 0.58% | 0.8% | - |
| XYZ | 18.92 | 14.84 | 58.99 | - |
| YUV | 105.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 204 | 0.58 | 0.52 | 0 | 0.2 | 233.95 | 0.54 | 0.57 |
| Hex | 55 | 61 | CC | 3A | 34 | 0 | 14 | EA | 36 | 39 |
| Octal | 125 | 141 | 314 | 72 | 64 | 0 | 24 | 352 | 66 | 71 |
| Binary | 1010101 | 1100001 | 11001100 | 111010 | 110100 | 0 | 10100 | 11101010 | 110110 | 111001 |
Color Harmonies of #5561CC
Complementary color
Monochromatic Colors of #5561CC
Black with #5561CC
Text Example
Text Example
White with #5561CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561CC; }
p { color: rgb(85,97,204); }
H1.HeaderClassName
{
color: #5561CC;
}
.AnyTagClassName
{
color: #5561CC;
}
</style>
background-color css
<style>
a { background-color: #5561CC; }
a { background-color: rgb(85,97,204); }
div.DivClassName
{
background-color: #5561CC;
}
.BgClassName
{
background-color: #5561CC;
}
</style>
border-color css
<style>
span { border-color: #5561CC; }
span { border-color: rgb(85,97,204); }
td.TdClassName
{
border-color: #5561CC;
}
.TagClassName
{
border-color: #5561CC;
}
</style>