Shades of Free Speech Blue #5563CB
Tints of Free Speech Blue #5563CB
RGB
CMYK
RGB Variations
Color information
#5563CB (or 0x5563CB) is known color: Free Speech Blue. HEX triplet: 55, 63 and CB. RGB value is (85,99,203). Sum of RGB (Red+Green+Blue) = 85+99+203=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #5563CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563CB is #AA9C34. Grayscale: #6A6A6A. Windows color (decimal): -11181109 or 13329237. OLE color: 13329237.
HSL color Cylindrical-coordinate representation of color #5563CB: hue angle of 232.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5563CB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 99 | 203 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.20 |
| HSL | 232.88º | 0.53% | 0.56% | - |
| HSV(B) | 232.88º | 0.58% | 0.8% | - |
| XYZ | 18.99 | 15.17 | 58.43 | - |
| YUV | 106.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 203 | 0.58 | 0.51 | 0 | 0.20 | 232.88 | 0.53 | 0.56 |
| Hex | 55 | 63 | CB | 3A | 33 | 0 | 14 | E9 | 35 | 38 |
| Octal | 125 | 143 | 313 | 72 | 63 | 0 | 24 | 351 | 65 | 70 |
| Binary | 1010101 | 1100011 | 11001011 | 111010 | 110011 | 0 | 10100 | 11101001 | 110101 | 111000 |
Color Harmonies of #5563CB
Complementary color
Monochromatic Colors of #5563CB
Black with #5563CB
Text Example
Text Example
White with #5563CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5563CB; }
p { color: rgb(85,99,203); }
H1.HeaderClassName
{
color: #5563CB;
}
.AnyTagClassName
{
color: #5563CB;
}
</style>
background-color css
<style>
a { background-color: #5563CB; }
a { background-color: rgb(85,99,203); }
div.DivClassName
{
background-color: #5563CB;
}
.BgClassName
{
background-color: #5563CB;
}
</style>
border-color css
<style>
span { border-color: #5563CB; }
span { border-color: rgb(85,99,203); }
td.TdClassName
{
border-color: #5563CB;
}
.TagClassName
{
border-color: #5563CB;
}
</style>