Shades of Free Speech Blue #5566CE
Tints of Free Speech Blue #5566CE
RGB
CMYK
RGB Variations
Color information
#5566CE (or 0x5566CE) is known color: Free Speech Blue. HEX triplet: 55, 66 and CE. RGB value is (85,102,206). Sum of RGB (Red+Green+Blue) = 85+102+206=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5566CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566CE is #AA9931. Grayscale: #6C6C6C. Windows color (decimal): -11180338 or 13526613. OLE color: 13526613.
HSL color Cylindrical-coordinate representation of color #5566CE: hue angle of 231.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5566CE is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 102 | 206 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.19 |
| HSL | 231.57º | 0.55% | 0.57% | - |
| HSV(B) | 231.57º | 0.59% | 0.81% | - |
| XYZ | 19.64 | 15.89 | 60.42 | - |
| YUV | 108.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 206 | 0.59 | 0.50 | 0 | 0.19 | 231.57 | 0.55 | 0.57 |
| Hex | 55 | 66 | CE | 3B | 32 | 0 | 13 | E8 | 37 | 39 |
| Octal | 125 | 146 | 316 | 73 | 62 | 0 | 23 | 350 | 67 | 71 |
| Binary | 1010101 | 1100110 | 11001110 | 111011 | 110010 | 0 | 10011 | 11101000 | 110111 | 111001 |
Color Harmonies of #5566CE
Complementary color
Monochromatic Colors of #5566CE
Black with #5566CE
Text Example
Text Example
White with #5566CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566CE; }
p { color: rgb(85,102,206); }
H1.HeaderClassName
{
color: #5566CE;
}
.AnyTagClassName
{
color: #5566CE;
}
</style>
background-color css
<style>
a { background-color: #5566CE; }
a { background-color: rgb(85,102,206); }
div.DivClassName
{
background-color: #5566CE;
}
.BgClassName
{
background-color: #5566CE;
}
</style>
border-color css
<style>
span { border-color: #5566CE; }
span { border-color: rgb(85,102,206); }
td.TdClassName
{
border-color: #5566CE;
}
.TagClassName
{
border-color: #5566CE;
}
</style>