Shades of Free Speech Blue #565ECB
Tints of Free Speech Blue #565ECB
RGB
CMYK
RGB Variations
Color information
#565ECB (or 0x565ECB) is known color: Free Speech Blue. HEX triplet: 56, 5E and CB. RGB value is (86,94,203). Sum of RGB (Red+Green+Blue) = 86+94+203=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #565ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ECB is #A9A134. Grayscale: #676767. Windows color (decimal): -11116853 or 13327958. OLE color: 13327958.
HSL color Cylindrical-coordinate representation of color #565ECB: hue angle of 235.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565ECB is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 94 | 203 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.20 |
| HSL | 235.9º | 0.53% | 0.57% | - |
| HSV(B) | 235.9º | 0.58% | 0.8% | - |
| XYZ | 18.62 | 14.3 | 58.28 | - |
| YUV | 104.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 203 | 0.58 | 0.54 | 0 | 0.20 | 235.9 | 0.53 | 0.57 |
| Hex | 56 | 5E | CB | 3A | 36 | 0 | 14 | EC | 35 | 39 |
| Octal | 126 | 136 | 313 | 72 | 66 | 0 | 24 | 354 | 65 | 71 |
| Binary | 1010110 | 1011110 | 11001011 | 111010 | 110110 | 0 | 10100 | 11101100 | 110101 | 111001 |
Color Harmonies of #565ECB
Complementary color
Monochromatic Colors of #565ECB
Black with #565ECB
Text Example
Text Example
White with #565ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ECB; }
p { color: rgb(86,94,203); }
H1.HeaderClassName
{
color: #565ECB;
}
.AnyTagClassName
{
color: #565ECB;
}
</style>
background-color css
<style>
a { background-color: #565ECB; }
a { background-color: rgb(86,94,203); }
div.DivClassName
{
background-color: #565ECB;
}
.BgClassName
{
background-color: #565ECB;
}
</style>
border-color css
<style>
span { border-color: #565ECB; }
span { border-color: rgb(86,94,203); }
td.TdClassName
{
border-color: #565ECB;
}
.TagClassName
{
border-color: #565ECB;
}
</style>