Shades of Free Speech Blue #5564C9
Tints of Free Speech Blue #5564C9
RGB
CMYK
RGB Variations
Color information
#5564C9 (or 0x5564C9) is known color: Free Speech Blue. HEX triplet: 55, 64 and C9. RGB value is (85,100,201). Sum of RGB (Red+Green+Blue) = 85+100+201=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #5564C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564C9 is #AA9B36. Grayscale: #6A6A6A. Windows color (decimal): -11180855 or 13198421. OLE color: 13198421.
HSL color Cylindrical-coordinate representation of color #5564C9: hue angle of 232.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5564C9 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 100 | 201 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.21 |
| HSL | 232.24º | 0.52% | 0.56% | - |
| HSV(B) | 232.24º | 0.58% | 0.79% | - |
| XYZ | 18.85 | 15.26 | 57.21 | - |
| YUV | 107.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 201 | 0.58 | 0.50 | 0 | 0.21 | 232.24 | 0.52 | 0.56 |
| Hex | 55 | 64 | C9 | 3A | 32 | 0 | 15 | E8 | 34 | 38 |
| Octal | 125 | 144 | 311 | 72 | 62 | 0 | 25 | 350 | 64 | 70 |
| Binary | 1010101 | 1100100 | 11001001 | 111010 | 110010 | 0 | 10101 | 11101000 | 110100 | 111000 |
Color Harmonies of #5564C9
Complementary color
Monochromatic Colors of #5564C9
Black with #5564C9
Text Example
Text Example
White with #5564C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564C9; }
p { color: rgb(85,100,201); }
H1.HeaderClassName
{
color: #5564C9;
}
.AnyTagClassName
{
color: #5564C9;
}
</style>
background-color css
<style>
a { background-color: #5564C9; }
a { background-color: rgb(85,100,201); }
div.DivClassName
{
background-color: #5564C9;
}
.BgClassName
{
background-color: #5564C9;
}
</style>
border-color css
<style>
span { border-color: #5564C9; }
span { border-color: rgb(85,100,201); }
td.TdClassName
{
border-color: #5564C9;
}
.TagClassName
{
border-color: #5564C9;
}
</style>