Shades of Free Speech Blue #555BC1
Tints of Free Speech Blue #555BC1
RGB
CMYK
RGB Variations
Color information
#555BC1 (or 0x555BC1) is known color: Free Speech Blue. HEX triplet: 55, 5B and C1. RGB value is (85,91,193). Sum of RGB (Red+Green+Blue) = 85+91+193=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #555BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BC1 is #AAA43E. Grayscale: #646464. Windows color (decimal): -11183167 or 12671829. OLE color: 12671829.
HSL color Cylindrical-coordinate representation of color #555BC1: hue angle of 236.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555BC1 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 91 | 193 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.24 |
| HSL | 236.67º | 0.47% | 0.55% | - |
| HSV(B) | 236.67º | 0.56% | 0.76% | - |
| XYZ | 17.11 | 13.26 | 52.11 | - |
| YUV | 100.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 193 | 0.56 | 0.53 | 0 | 0.24 | 236.67 | 0.47 | 0.55 |
| Hex | 55 | 5B | C1 | 38 | 35 | 0 | 18 | ED | 2F | 37 |
| Octal | 125 | 133 | 301 | 70 | 65 | 0 | 30 | 355 | 57 | 67 |
| Binary | 1010101 | 1011011 | 11000001 | 111000 | 110101 | 0 | 11000 | 11101101 | 101111 | 110111 |
Color Harmonies of #555BC1
Complementary color
Monochromatic Colors of #555BC1
Black with #555BC1
Text Example
Text Example
White with #555BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BC1; }
p { color: rgb(85,91,193); }
H1.HeaderClassName
{
color: #555BC1;
}
.AnyTagClassName
{
color: #555BC1;
}
</style>
background-color css
<style>
a { background-color: #555BC1; }
a { background-color: rgb(85,91,193); }
div.DivClassName
{
background-color: #555BC1;
}
.BgClassName
{
background-color: #555BC1;
}
</style>
border-color css
<style>
span { border-color: #555BC1; }
span { border-color: rgb(85,91,193); }
td.TdClassName
{
border-color: #555BC1;
}
.TagClassName
{
border-color: #555BC1;
}
</style>