Shades of Free Speech Blue #555BCB
Tints of Free Speech Blue #555BCB
RGB
CMYK
RGB Variations
Color information
#555BCB (or 0x555BCB) is known color: Free Speech Blue. HEX triplet: 55, 5B and CB. RGB value is (85,91,203). Sum of RGB (Red+Green+Blue) = 85+91+203=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #555BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BCB is #AAA434. Grayscale: #656565. Windows color (decimal): -11183157 or 13327189. OLE color: 13327189.
HSL color Cylindrical-coordinate representation of color #555BCB: hue angle of 236.95º 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 #555BCB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 91 | 203 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.20 |
| HSL | 236.95º | 0.53% | 0.56% | - |
| HSV(B) | 236.95º | 0.58% | 0.8% | - |
| XYZ | 18.27 | 13.73 | 58.19 | - |
| YUV | 101.97 | 185.01 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 203 | 0.58 | 0.55 | 0 | 0.20 | 236.95 | 0.53 | 0.56 |
| Hex | 55 | 5B | CB | 3A | 37 | 0 | 14 | ED | 35 | 38 |
| Octal | 125 | 133 | 313 | 72 | 67 | 0 | 24 | 355 | 65 | 70 |
| Binary | 1010101 | 1011011 | 11001011 | 111010 | 110111 | 0 | 10100 | 11101101 | 110101 | 111000 |
Color Harmonies of #555BCB
Complementary color
Monochromatic Colors of #555BCB
Black with #555BCB
Text Example
Text Example
White with #555BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BCB; }
p { color: rgb(85,91,203); }
H1.HeaderClassName
{
color: #555BCB;
}
.AnyTagClassName
{
color: #555BCB;
}
</style>
background-color css
<style>
a { background-color: #555BCB; }
a { background-color: rgb(85,91,203); }
div.DivClassName
{
background-color: #555BCB;
}
.BgClassName
{
background-color: #555BCB;
}
</style>
border-color css
<style>
span { border-color: #555BCB; }
span { border-color: rgb(85,91,203); }
td.TdClassName
{
border-color: #555BCB;
}
.TagClassName
{
border-color: #555BCB;
}
</style>