Shades of Free Speech Blue #5564CD
Tints of Free Speech Blue #5564CD
RGB
CMYK
RGB Variations
Color information
#5564CD (or 0x5564CD) is known color: Free Speech Blue. HEX triplet: 55, 64 and CD. RGB value is (85,100,205). Sum of RGB (Red+Green+Blue) = 85+100+205=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #5564CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5564CD is #AA9B32. Grayscale: #6B6B6B. Windows color (decimal): -11180851 or 13460565. OLE color: 13460565.
HSL color Cylindrical-coordinate representation of color #5564CD: hue angle of 232.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5564CD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 100 | 205 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.20 |
| HSL | 232.5º | 0.55% | 0.57% | - |
| HSV(B) | 232.5º | 0.59% | 0.8% | - |
| XYZ | 19.32 | 15.45 | 59.72 | - |
| YUV | 107.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 205 | 0.59 | 0.51 | 0 | 0.20 | 232.5 | 0.55 | 0.57 |
| Hex | 55 | 64 | CD | 3B | 33 | 0 | 14 | E8 | 37 | 39 |
| Octal | 125 | 144 | 315 | 73 | 63 | 0 | 24 | 350 | 67 | 71 |
| Binary | 1010101 | 1100100 | 11001101 | 111011 | 110011 | 0 | 10100 | 11101000 | 110111 | 111001 |
Color Harmonies of #5564CD
Complementary color
Monochromatic Colors of #5564CD
Black with #5564CD
Text Example
Text Example
White with #5564CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564CD; }
p { color: rgb(85,100,205); }
H1.HeaderClassName
{
color: #5564CD;
}
.AnyTagClassName
{
color: #5564CD;
}
</style>
background-color css
<style>
a { background-color: #5564CD; }
a { background-color: rgb(85,100,205); }
div.DivClassName
{
background-color: #5564CD;
}
.BgClassName
{
background-color: #5564CD;
}
</style>
border-color css
<style>
span { border-color: #5564CD; }
span { border-color: rgb(85,100,205); }
td.TdClassName
{
border-color: #5564CD;
}
.TagClassName
{
border-color: #5564CD;
}
</style>