Shades of Free Speech Blue #5660CB
Tints of Free Speech Blue #5660CB
RGB
CMYK
RGB Variations
Color information
#5660CB (or 0x5660CB) is known color: Free Speech Blue. HEX triplet: 56, 60 and CB. RGB value is (86,96,203). Sum of RGB (Red+Green+Blue) = 86+96+203=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5660CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660CB is #A99F34. Grayscale: #686868. Windows color (decimal): -11116341 or 13328470. OLE color: 13328470.
HSL color Cylindrical-coordinate representation of color #5660CB: hue angle of 234.87º 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 #5660CB is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 96 | 203 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.20 |
| HSL | 234.87º | 0.53% | 0.57% | - |
| HSV(B) | 234.87º | 0.58% | 0.8% | - |
| XYZ | 18.8 | 14.66 | 58.34 | - |
| YUV | 105.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 203 | 0.58 | 0.53 | 0 | 0.20 | 234.87 | 0.53 | 0.57 |
| Hex | 56 | 60 | CB | 3A | 35 | 0 | 14 | EB | 35 | 39 |
| Octal | 126 | 140 | 313 | 72 | 65 | 0 | 24 | 353 | 65 | 71 |
| Binary | 1010110 | 1100000 | 11001011 | 111010 | 110101 | 0 | 10100 | 11101011 | 110101 | 111001 |
Color Harmonies of #5660CB
Complementary color
Monochromatic Colors of #5660CB
Black with #5660CB
Text Example
Text Example
White with #5660CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5660CB; }
p { color: rgb(86,96,203); }
H1.HeaderClassName
{
color: #5660CB;
}
.AnyTagClassName
{
color: #5660CB;
}
</style>
background-color css
<style>
a { background-color: #5660CB; }
a { background-color: rgb(86,96,203); }
div.DivClassName
{
background-color: #5660CB;
}
.BgClassName
{
background-color: #5660CB;
}
</style>
border-color css
<style>
span { border-color: #5660CB; }
span { border-color: rgb(86,96,203); }
td.TdClassName
{
border-color: #5660CB;
}
.TagClassName
{
border-color: #5660CB;
}
</style>