Shades of Free Speech Blue #5660CA
Tints of Free Speech Blue #5660CA
RGB
CMYK
RGB Variations
Color information
#5660CA (or 0x5660CA) is known color: Free Speech Blue. HEX triplet: 56, 60 and CA. RGB value is (86,96,202). Sum of RGB (Red+Green+Blue) = 86+96+202=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5660CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660CA is #A99F35. Grayscale: #686868. Windows color (decimal): -11116342 or 13262934. OLE color: 13262934.
HSL color Cylindrical-coordinate representation of color #5660CA: hue angle of 234.83º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5660CA is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 96 | 202 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.21 |
| HSL | 234.83º | 0.52% | 0.56% | - |
| HSV(B) | 234.83º | 0.57% | 0.79% | - |
| XYZ | 18.68 | 14.61 | 57.71 | - |
| YUV | 105.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 202 | 0.57 | 0.52 | 0 | 0.21 | 234.83 | 0.52 | 0.56 |
| Hex | 56 | 60 | CA | 39 | 34 | 0 | 15 | EB | 34 | 38 |
| Octal | 126 | 140 | 312 | 71 | 64 | 0 | 25 | 353 | 64 | 70 |
| Binary | 1010110 | 1100000 | 11001010 | 111001 | 110100 | 0 | 10101 | 11101011 | 110100 | 111000 |
Color Harmonies of #5660CA
Complementary color
Monochromatic Colors of #5660CA
Black with #5660CA
Text Example
Text Example
White with #5660CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5660CA; }
p { color: rgb(86,96,202); }
H1.HeaderClassName
{
color: #5660CA;
}
.AnyTagClassName
{
color: #5660CA;
}
</style>
background-color css
<style>
a { background-color: #5660CA; }
a { background-color: rgb(86,96,202); }
div.DivClassName
{
background-color: #5660CA;
}
.BgClassName
{
background-color: #5660CA;
}
</style>
border-color css
<style>
span { border-color: #5660CA; }
span { border-color: rgb(86,96,202); }
td.TdClassName
{
border-color: #5660CA;
}
.TagClassName
{
border-color: #5660CA;
}
</style>