Shades of Free Speech Blue #555ACB
Tints of Free Speech Blue #555ACB
RGB
CMYK
RGB Variations
Color information
#555ACB (or 0x555ACB) is known color: Free Speech Blue. HEX triplet: 55, 5A and CB. RGB value is (85,90,203). Sum of RGB (Red+Green+Blue) = 85+90+203=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #555ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ACB is #AAA534. Grayscale: #646464. Windows color (decimal): -11183413 or 13326933. OLE color: 13326933.
HSL color Cylindrical-coordinate representation of color #555ACB: hue angle of 237.46º 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 #555ACB is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 90 | 203 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.20 |
| HSL | 237.46º | 0.53% | 0.56% | - |
| HSV(B) | 237.46º | 0.58% | 0.8% | - |
| XYZ | 18.18 | 13.56 | 58.16 | - |
| YUV | 101.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 203 | 0.58 | 0.56 | 0 | 0.20 | 237.46 | 0.53 | 0.56 |
| Hex | 55 | 5A | CB | 3A | 38 | 0 | 14 | ED | 35 | 38 |
| Octal | 125 | 132 | 313 | 72 | 70 | 0 | 24 | 355 | 65 | 70 |
| Binary | 1010101 | 1011010 | 11001011 | 111010 | 111000 | 0 | 10100 | 11101101 | 110101 | 111000 |
Color Harmonies of #555ACB
Complementary color
Monochromatic Colors of #555ACB
Black with #555ACB
Text Example
Text Example
White with #555ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555ACB; }
p { color: rgb(85,90,203); }
H1.HeaderClassName
{
color: #555ACB;
}
.AnyTagClassName
{
color: #555ACB;
}
</style>
background-color css
<style>
a { background-color: #555ACB; }
a { background-color: rgb(85,90,203); }
div.DivClassName
{
background-color: #555ACB;
}
.BgClassName
{
background-color: #555ACB;
}
</style>
border-color css
<style>
span { border-color: #555ACB; }
span { border-color: rgb(85,90,203); }
td.TdClassName
{
border-color: #555ACB;
}
.TagClassName
{
border-color: #555ACB;
}
</style>