Shades of Free Speech Blue #5557CB
Tints of Free Speech Blue #5557CB
RGB
CMYK
RGB Variations
Color information
#5557CB (or 0x5557CB) is known color: Free Speech Blue. HEX triplet: 55, 57 and CB. RGB value is (85,87,203). Sum of RGB (Red+Green+Blue) = 85+87+203=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5557CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557CB is #AAA834. Grayscale: #636363. Windows color (decimal): -11184181 or 13326165. OLE color: 13326165.
HSL color Cylindrical-coordinate representation of color #5557CB: hue angle of 238.98º 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 #5557CB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 87 | 203 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.20 |
| HSL | 238.98º | 0.53% | 0.56% | - |
| HSV(B) | 238.98º | 0.58% | 0.8% | - |
| XYZ | 17.93 | 13.06 | 58.08 | - |
| YUV | 99.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 203 | 0.58 | 0.57 | 0 | 0.20 | 238.98 | 0.53 | 0.56 |
| Hex | 55 | 57 | CB | 3A | 39 | 0 | 14 | EF | 35 | 38 |
| Octal | 125 | 127 | 313 | 72 | 71 | 0 | 24 | 357 | 65 | 70 |
| Binary | 1010101 | 1010111 | 11001011 | 111010 | 111001 | 0 | 10100 | 11101111 | 110101 | 111000 |
Color Harmonies of #5557CB
Complementary color
Monochromatic Colors of #5557CB
Black with #5557CB
Text Example
Text Example
White with #5557CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5557CB; }
p { color: rgb(85,87,203); }
H1.HeaderClassName
{
color: #5557CB;
}
.AnyTagClassName
{
color: #5557CB;
}
</style>
background-color css
<style>
a { background-color: #5557CB; }
a { background-color: rgb(85,87,203); }
div.DivClassName
{
background-color: #5557CB;
}
.BgClassName
{
background-color: #5557CB;
}
</style>
border-color css
<style>
span { border-color: #5557CB; }
span { border-color: rgb(85,87,203); }
td.TdClassName
{
border-color: #5557CB;
}
.TagClassName
{
border-color: #5557CB;
}
</style>