Shades of Free Speech Blue #5564CE
Tints of Free Speech Blue #5564CE
RGB
CMYK
RGB Variations
Color information
#5564CE (or 0x5564CE) is known color: Free Speech Blue. HEX triplet: 55, 64 and CE. RGB value is (85,100,206). Sum of RGB (Red+Green+Blue) = 85+100+206=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5564CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564CE is #AA9B31. Grayscale: #6B6B6B. Windows color (decimal): -11180850 or 13526101. OLE color: 13526101.
HSL color Cylindrical-coordinate representation of color #5564CE: hue angle of 232.56º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5564CE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 100 | 206 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.19 |
| HSL | 232.56º | 0.55% | 0.57% | - |
| HSV(B) | 232.56º | 0.59% | 0.81% | - |
| XYZ | 19.44 | 15.5 | 60.36 | - |
| YUV | 107.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 206 | 0.59 | 0.51 | 0 | 0.19 | 232.56 | 0.55 | 0.57 |
| Hex | 55 | 64 | CE | 3B | 33 | 0 | 13 | E9 | 37 | 39 |
| Octal | 125 | 144 | 316 | 73 | 63 | 0 | 23 | 351 | 67 | 71 |
| Binary | 1010101 | 1100100 | 11001110 | 111011 | 110011 | 0 | 10011 | 11101001 | 110111 | 111001 |
Color Harmonies of #5564CE
Complementary color
Monochromatic Colors of #5564CE
Black with #5564CE
Text Example
Text Example
White with #5564CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564CE; }
p { color: rgb(85,100,206); }
H1.HeaderClassName
{
color: #5564CE;
}
.AnyTagClassName
{
color: #5564CE;
}
</style>
background-color css
<style>
a { background-color: #5564CE; }
a { background-color: rgb(85,100,206); }
div.DivClassName
{
background-color: #5564CE;
}
.BgClassName
{
background-color: #5564CE;
}
</style>
border-color css
<style>
span { border-color: #5564CE; }
span { border-color: rgb(85,100,206); }
td.TdClassName
{
border-color: #5564CE;
}
.TagClassName
{
border-color: #5564CE;
}
</style>