Shades of Free Speech Blue #565CCC
Tints of Free Speech Blue #565CCC
RGB
CMYK
RGB Variations
Color information
#565CCC (or 0x565CCC) is known color: Free Speech Blue. HEX triplet: 56, 5C and CC. RGB value is (86,92,204). Sum of RGB (Red+Green+Blue) = 86+92+204=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #565CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CCC is #A9A333. Grayscale: #666666. Windows color (decimal): -11117364 or 13392982. OLE color: 13392982.
HSL color Cylindrical-coordinate representation of color #565CCC: hue angle of 236.95º 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 #565CCC is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 92 | 204 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.2 |
| HSL | 236.95º | 0.54% | 0.57% | - |
| HSV(B) | 236.95º | 0.58% | 0.8% | - |
| XYZ | 18.56 | 13.99 | 58.85 | - |
| YUV | 102.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 204 | 0.58 | 0.55 | 0 | 0.2 | 236.95 | 0.54 | 0.57 |
| Hex | 56 | 5C | CC | 3A | 37 | 0 | 14 | ED | 36 | 39 |
| Octal | 126 | 134 | 314 | 72 | 67 | 0 | 24 | 355 | 66 | 71 |
| Binary | 1010110 | 1011100 | 11001100 | 111010 | 110111 | 0 | 10100 | 11101101 | 110110 | 111001 |
Color Harmonies of #565CCC
Complementary color
Monochromatic Colors of #565CCC
Black with #565CCC
Text Example
Text Example
White with #565CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CCC; }
p { color: rgb(86,92,204); }
H1.HeaderClassName
{
color: #565CCC;
}
.AnyTagClassName
{
color: #565CCC;
}
</style>
background-color css
<style>
a { background-color: #565CCC; }
a { background-color: rgb(86,92,204); }
div.DivClassName
{
background-color: #565CCC;
}
.BgClassName
{
background-color: #565CCC;
}
</style>
border-color css
<style>
span { border-color: #565CCC; }
span { border-color: rgb(86,92,204); }
td.TdClassName
{
border-color: #565CCC;
}
.TagClassName
{
border-color: #565CCC;
}
</style>