Shades of Free Speech Blue #556ACB
Tints of Free Speech Blue #556ACB
RGB
CMYK
RGB Variations
Color information
#556ACB (or 0x556ACB) is known color: Free Speech Blue. HEX triplet: 55, 6A and CB. RGB value is (85,106,203). Sum of RGB (Red+Green+Blue) = 85+106+203=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #556ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ACB is #AA9534. Grayscale: #6E6E6E. Windows color (decimal): -11179317 or 13331029. OLE color: 13331029.
HSL color Cylindrical-coordinate representation of color #556ACB: hue angle of 229.32º 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 #556ACB is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 106 | 203 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.20 |
| HSL | 229.32º | 0.53% | 0.56% | - |
| HSV(B) | 229.32º | 0.58% | 0.8% | - |
| XYZ | 19.68 | 16.55 | 58.66 | - |
| YUV | 110.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 203 | 0.58 | 0.48 | 0 | 0.20 | 229.32 | 0.53 | 0.56 |
| Hex | 55 | 6A | CB | 3A | 30 | 0 | 14 | E5 | 35 | 38 |
| Octal | 125 | 152 | 313 | 72 | 60 | 0 | 24 | 345 | 65 | 70 |
| Binary | 1010101 | 1101010 | 11001011 | 111010 | 110000 | 0 | 10100 | 11100101 | 110101 | 111000 |
Color Harmonies of #556ACB
Complementary color
Monochromatic Colors of #556ACB
Black with #556ACB
Text Example
Text Example
White with #556ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556ACB; }
p { color: rgb(85,106,203); }
H1.HeaderClassName
{
color: #556ACB;
}
.AnyTagClassName
{
color: #556ACB;
}
</style>
background-color css
<style>
a { background-color: #556ACB; }
a { background-color: rgb(85,106,203); }
div.DivClassName
{
background-color: #556ACB;
}
.BgClassName
{
background-color: #556ACB;
}
</style>
border-color css
<style>
span { border-color: #556ACB; }
span { border-color: rgb(85,106,203); }
td.TdClassName
{
border-color: #556ACB;
}
.TagClassName
{
border-color: #556ACB;
}
</style>