Shades of Free Speech Blue #5561C2
Tints of Free Speech Blue #5561C2
RGB
CMYK
RGB Variations
Color information
#5561C2 (or 0x5561C2) is known color: Free Speech Blue. HEX triplet: 55, 61 and C2. RGB value is (85,97,194). Sum of RGB (Red+Green+Blue) = 85+97+194=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #5561C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561C2 is #AA9E3D. Grayscale: #686868. Windows color (decimal): -11181630 or 12738901. OLE color: 12738901.
HSL color Cylindrical-coordinate representation of color #5561C2: hue angle of 233.39º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5561C2 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 97 | 194 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.24 |
| HSL | 233.39º | 0.47% | 0.55% | - |
| HSV(B) | 233.39º | 0.56% | 0.76% | - |
| XYZ | 17.76 | 14.38 | 52.88 | - |
| YUV | 104.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 194 | 0.56 | 0.50 | 0 | 0.24 | 233.39 | 0.47 | 0.55 |
| Hex | 55 | 61 | C2 | 38 | 32 | 0 | 18 | E9 | 2F | 37 |
| Octal | 125 | 141 | 302 | 70 | 62 | 0 | 30 | 351 | 57 | 67 |
| Binary | 1010101 | 1100001 | 11000010 | 111000 | 110010 | 0 | 11000 | 11101001 | 101111 | 110111 |
Color Harmonies of #5561C2
Complementary color
Monochromatic Colors of #5561C2
Black with #5561C2
Text Example
Text Example
White with #5561C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561C2; }
p { color: rgb(85,97,194); }
H1.HeaderClassName
{
color: #5561C2;
}
.AnyTagClassName
{
color: #5561C2;
}
</style>
background-color css
<style>
a { background-color: #5561C2; }
a { background-color: rgb(85,97,194); }
div.DivClassName
{
background-color: #5561C2;
}
.BgClassName
{
background-color: #5561C2;
}
</style>
border-color css
<style>
span { border-color: #5561C2; }
span { border-color: rgb(85,97,194); }
td.TdClassName
{
border-color: #5561C2;
}
.TagClassName
{
border-color: #5561C2;
}
</style>