Shades of Free Speech Blue #5561C4
Tints of Free Speech Blue #5561C4
RGB
CMYK
RGB Variations
Color information
#5561C4 (or 0x5561C4) is known color: Free Speech Blue. HEX triplet: 55, 61 and C4. RGB value is (85,97,196). Sum of RGB (Red+Green+Blue) = 85+97+196=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #5561C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561C4 is #AA9E3B. Grayscale: #686868. Windows color (decimal): -11181628 or 12869973. OLE color: 12869973.
HSL color Cylindrical-coordinate representation of color #5561C4: hue angle of 233.51º degrees, saturation: 0.48, 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 #5561C4 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 97 | 196 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.23 |
| HSL | 233.51º | 0.48% | 0.55% | - |
| HSV(B) | 233.51º | 0.57% | 0.77% | - |
| XYZ | 17.98 | 14.47 | 54.07 | - |
| YUV | 104.7 | 179.52 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 196 | 0.57 | 0.51 | 0 | 0.23 | 233.51 | 0.48 | 0.55 |
| Hex | 55 | 61 | C4 | 39 | 33 | 0 | 17 | EA | 30 | 37 |
| Octal | 125 | 141 | 304 | 71 | 63 | 0 | 27 | 352 | 60 | 67 |
| Binary | 1010101 | 1100001 | 11000100 | 111001 | 110011 | 0 | 10111 | 11101010 | 110000 | 110111 |
Color Harmonies of #5561C4
Complementary color
Monochromatic Colors of #5561C4
Black with #5561C4
Text Example
Text Example
White with #5561C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561C4; }
p { color: rgb(85,97,196); }
H1.HeaderClassName
{
color: #5561C4;
}
.AnyTagClassName
{
color: #5561C4;
}
</style>
background-color css
<style>
a { background-color: #5561C4; }
a { background-color: rgb(85,97,196); }
div.DivClassName
{
background-color: #5561C4;
}
.BgClassName
{
background-color: #5561C4;
}
</style>
border-color css
<style>
span { border-color: #5561C4; }
span { border-color: rgb(85,97,196); }
td.TdClassName
{
border-color: #5561C4;
}
.TagClassName
{
border-color: #5561C4;
}
</style>