Shades of Free Speech Blue #565ECF
Tints of Free Speech Blue #565ECF
RGB
CMYK
RGB Variations
Color information
#565ECF (or 0x565ECF) is known color: Free Speech Blue. HEX triplet: 56, 5E and CF. RGB value is (86,94,207). Sum of RGB (Red+Green+Blue) = 86+94+207=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #565ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ECF is #A9A130. Grayscale: #686868. Windows color (decimal): -11116849 or 13590102. OLE color: 13590102.
HSL color Cylindrical-coordinate representation of color #565ECF: hue angle of 236.03º degrees, saturation: 0.56, 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 #565ECF is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 94 | 207 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.19 |
| HSL | 236.03º | 0.56% | 0.57% | - |
| HSV(B) | 236.03º | 0.58% | 0.81% | - |
| XYZ | 19.1 | 14.49 | 60.82 | - |
| YUV | 104.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 207 | 0.58 | 0.55 | 0 | 0.19 | 236.03 | 0.56 | 0.57 |
| Hex | 56 | 5E | CF | 3A | 37 | 0 | 13 | EC | 38 | 39 |
| Octal | 126 | 136 | 317 | 72 | 67 | 0 | 23 | 354 | 70 | 71 |
| Binary | 1010110 | 1011110 | 11001111 | 111010 | 110111 | 0 | 10011 | 11101100 | 111000 | 111001 |
Color Harmonies of #565ECF
Complementary color
Monochromatic Colors of #565ECF
Black with #565ECF
Text Example
Text Example
White with #565ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ECF; }
p { color: rgb(86,94,207); }
H1.HeaderClassName
{
color: #565ECF;
}
.AnyTagClassName
{
color: #565ECF;
}
</style>
background-color css
<style>
a { background-color: #565ECF; }
a { background-color: rgb(86,94,207); }
div.DivClassName
{
background-color: #565ECF;
}
.BgClassName
{
background-color: #565ECF;
}
</style>
border-color css
<style>
span { border-color: #565ECF; }
span { border-color: rgb(86,94,207); }
td.TdClassName
{
border-color: #565ECF;
}
.TagClassName
{
border-color: #565ECF;
}
</style>