Shades of Free Speech Blue #565ECE
Tints of Free Speech Blue #565ECE
RGB
CMYK
RGB Variations
Color information
#565ECE (or 0x565ECE) is known color: Free Speech Blue. HEX triplet: 56, 5E and CE. RGB value is (86,94,206). Sum of RGB (Red+Green+Blue) = 86+94+206=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #565ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ECE is #A9A131. Grayscale: #676767. Windows color (decimal): -11116850 or 13524566. OLE color: 13524566.
HSL color Cylindrical-coordinate representation of color #565ECE: hue angle of 236º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565ECE is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 94 | 206 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.19 |
| HSL | 236º | 0.55% | 0.57% | - |
| HSV(B) | 236º | 0.58% | 0.81% | - |
| XYZ | 18.98 | 14.44 | 60.18 | - |
| YUV | 104.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 206 | 0.58 | 0.54 | 0 | 0.19 | 236 | 0.55 | 0.57 |
| Hex | 56 | 5E | CE | 3A | 36 | 0 | 13 | EC | 37 | 39 |
| Octal | 126 | 136 | 316 | 72 | 66 | 0 | 23 | 354 | 67 | 71 |
| Binary | 1010110 | 1011110 | 11001110 | 111010 | 110110 | 0 | 10011 | 11101100 | 110111 | 111001 |
Color Harmonies of #565ECE
Complementary color
Monochromatic Colors of #565ECE
Black with #565ECE
Text Example
Text Example
White with #565ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ECE; }
p { color: rgb(86,94,206); }
H1.HeaderClassName
{
color: #565ECE;
}
.AnyTagClassName
{
color: #565ECE;
}
</style>
background-color css
<style>
a { background-color: #565ECE; }
a { background-color: rgb(86,94,206); }
div.DivClassName
{
background-color: #565ECE;
}
.BgClassName
{
background-color: #565ECE;
}
</style>
border-color css
<style>
span { border-color: #565ECE; }
span { border-color: rgb(86,94,206); }
td.TdClassName
{
border-color: #565ECE;
}
.TagClassName
{
border-color: #565ECE;
}
</style>