Shades of Free Speech Blue #555BC7
Tints of Free Speech Blue #555BC7
RGB
CMYK
RGB Variations
Color information
#555BC7 (or 0x555BC7) is known color: Free Speech Blue. HEX triplet: 55, 5B and C7. RGB value is (85,91,199). Sum of RGB (Red+Green+Blue) = 85+91+199=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #555BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BC7 is #AAA438. Grayscale: #656565. Windows color (decimal): -11183161 or 13065045. OLE color: 13065045.
HSL color Cylindrical-coordinate representation of color #555BC7: hue angle of 236.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555BC7 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 91 | 199 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.22 |
| HSL | 236.84º | 0.5% | 0.56% | - |
| HSV(B) | 236.84º | 0.57% | 0.78% | - |
| XYZ | 17.8 | 13.54 | 55.71 | - |
| YUV | 101.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 199 | 0.57 | 0.54 | 0 | 0.22 | 236.84 | 0.5 | 0.56 |
| Hex | 55 | 5B | C7 | 39 | 36 | 0 | 16 | ED | 32 | 38 |
| Octal | 125 | 133 | 307 | 71 | 66 | 0 | 26 | 355 | 62 | 70 |
| Binary | 1010101 | 1011011 | 11000111 | 111001 | 110110 | 0 | 10110 | 11101101 | 110010 | 111000 |
Color Harmonies of #555BC7
Complementary color
Monochromatic Colors of #555BC7
Black with #555BC7
Text Example
Text Example
White with #555BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BC7; }
p { color: rgb(85,91,199); }
H1.HeaderClassName
{
color: #555BC7;
}
.AnyTagClassName
{
color: #555BC7;
}
</style>
background-color css
<style>
a { background-color: #555BC7; }
a { background-color: rgb(85,91,199); }
div.DivClassName
{
background-color: #555BC7;
}
.BgClassName
{
background-color: #555BC7;
}
</style>
border-color css
<style>
span { border-color: #555BC7; }
span { border-color: rgb(85,91,199); }
td.TdClassName
{
border-color: #555BC7;
}
.TagClassName
{
border-color: #555BC7;
}
</style>