Shades of Free Speech Blue #5566CF
Tints of Free Speech Blue #5566CF
RGB
CMYK
RGB Variations
Color information
#5566CF (or 0x5566CF) is known color: Free Speech Blue. HEX triplet: 55, 66 and CF. RGB value is (85,102,207). Sum of RGB (Red+Green+Blue) = 85+102+207=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #5566CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566CF is #AA9930. Grayscale: #6C6C6C. Windows color (decimal): -11180337 or 13592149. OLE color: 13592149.
HSL color Cylindrical-coordinate representation of color #5566CF: hue angle of 231.64º degrees, saturation: 0.56, 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 #5566CF is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 102 | 207 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.19 |
| HSL | 231.64º | 0.56% | 0.57% | - |
| HSV(B) | 231.64º | 0.59% | 0.81% | - |
| XYZ | 19.76 | 15.94 | 61.07 | - |
| YUV | 108.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 207 | 0.59 | 0.51 | 0 | 0.19 | 231.64 | 0.56 | 0.57 |
| Hex | 55 | 66 | CF | 3B | 33 | 0 | 13 | E8 | 38 | 39 |
| Octal | 125 | 146 | 317 | 73 | 63 | 0 | 23 | 350 | 70 | 71 |
| Binary | 1010101 | 1100110 | 11001111 | 111011 | 110011 | 0 | 10011 | 11101000 | 111000 | 111001 |
Color Harmonies of #5566CF
Complementary color
Monochromatic Colors of #5566CF
Black with #5566CF
Text Example
Text Example
White with #5566CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5566CF; }
p { color: rgb(85,102,207); }
H1.HeaderClassName
{
color: #5566CF;
}
.AnyTagClassName
{
color: #5566CF;
}
</style>
background-color css
<style>
a { background-color: #5566CF; }
a { background-color: rgb(85,102,207); }
div.DivClassName
{
background-color: #5566CF;
}
.BgClassName
{
background-color: #5566CF;
}
</style>
border-color css
<style>
span { border-color: #5566CF; }
span { border-color: rgb(85,102,207); }
td.TdClassName
{
border-color: #5566CF;
}
.TagClassName
{
border-color: #5566CF;
}
</style>