Shades of Free Speech Blue #565DCD
Tints of Free Speech Blue #565DCD
RGB
CMYK
RGB Variations
Color information
#565DCD (or 0x565DCD) is known color: Free Speech Blue. HEX triplet: 56, 5D and CD. RGB value is (86,93,205). Sum of RGB (Red+Green+Blue) = 86+93+205=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #565DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DCD is #A9A232. Grayscale: #676767. Windows color (decimal): -11117107 or 13458774. OLE color: 13458774.
HSL color Cylindrical-coordinate representation of color #565DCD: hue angle of 236.47º degrees, saturation: 0.54, 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 #565DCD is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 93 | 205 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.20 |
| HSL | 236.47º | 0.54% | 0.57% | - |
| HSV(B) | 236.47º | 0.58% | 0.8% | - |
| XYZ | 18.77 | 14.21 | 59.51 | - |
| YUV | 103.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 205 | 0.58 | 0.55 | 0 | 0.20 | 236.47 | 0.54 | 0.57 |
| Hex | 56 | 5D | CD | 3A | 37 | 0 | 14 | EC | 36 | 39 |
| Octal | 126 | 135 | 315 | 72 | 67 | 0 | 24 | 354 | 66 | 71 |
| Binary | 1010110 | 1011101 | 11001101 | 111010 | 110111 | 0 | 10100 | 11101100 | 110110 | 111001 |
Color Harmonies of #565DCD
Complementary color
Monochromatic Colors of #565DCD
Black with #565DCD
Text Example
Text Example
White with #565DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DCD; }
p { color: rgb(86,93,205); }
H1.HeaderClassName
{
color: #565DCD;
}
.AnyTagClassName
{
color: #565DCD;
}
</style>
background-color css
<style>
a { background-color: #565DCD; }
a { background-color: rgb(86,93,205); }
div.DivClassName
{
background-color: #565DCD;
}
.BgClassName
{
background-color: #565DCD;
}
</style>
border-color css
<style>
span { border-color: #565DCD; }
span { border-color: rgb(86,93,205); }
td.TdClassName
{
border-color: #565DCD;
}
.TagClassName
{
border-color: #565DCD;
}
</style>