Shades of Free Speech Blue #5561CB
Tints of Free Speech Blue #5561CB
RGB
CMYK
RGB Variations
Color information
#5561CB (or 0x5561CB) is known color: Free Speech Blue. HEX triplet: 55, 61 and CB. RGB value is (85,97,203). Sum of RGB (Red+Green+Blue) = 85+97+203=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 97 (38.28% from 255 or 25.19% 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 #5561CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561CB is #AA9E34. Grayscale: #696969. Windows color (decimal): -11181621 or 13328725. OLE color: 13328725.
HSL color Cylindrical-coordinate representation of color #5561CB: hue angle of 233.9º 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 #5561CB is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 97 | 203 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.20 |
| HSL | 233.9º | 0.53% | 0.56% | - |
| HSV(B) | 233.9º | 0.58% | 0.8% | - |
| XYZ | 18.8 | 14.79 | 58.36 | - |
| YUV | 105.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 203 | 0.58 | 0.52 | 0 | 0.20 | 233.9 | 0.53 | 0.56 |
| Hex | 55 | 61 | CB | 3A | 34 | 0 | 14 | EA | 35 | 38 |
| Octal | 125 | 141 | 313 | 72 | 64 | 0 | 24 | 352 | 65 | 70 |
| Binary | 1010101 | 1100001 | 11001011 | 111010 | 110100 | 0 | 10100 | 11101010 | 110101 | 111000 |
Color Harmonies of #5561CB
Complementary color
Monochromatic Colors of #5561CB
Black with #5561CB
Text Example
Text Example
White with #5561CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561CB; }
p { color: rgb(85,97,203); }
H1.HeaderClassName
{
color: #5561CB;
}
.AnyTagClassName
{
color: #5561CB;
}
</style>
background-color css
<style>
a { background-color: #5561CB; }
a { background-color: rgb(85,97,203); }
div.DivClassName
{
background-color: #5561CB;
}
.BgClassName
{
background-color: #5561CB;
}
</style>
border-color css
<style>
span { border-color: #5561CB; }
span { border-color: rgb(85,97,203); }
td.TdClassName
{
border-color: #5561CB;
}
.TagClassName
{
border-color: #5561CB;
}
</style>