Shades of Free Speech Blue #555BC8
Tints of Free Speech Blue #555BC8
RGB
CMYK
RGB Variations
Color information
#555BC8 (or 0x555BC8) is known color: Free Speech Blue. HEX triplet: 55, 5B and C8. RGB value is (85,91,200). Sum of RGB (Red+Green+Blue) = 85+91+200=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #555BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BC8 is #AAA437. Grayscale: #656565. Windows color (decimal): -11183160 or 13130581. OLE color: 13130581.
HSL color Cylindrical-coordinate representation of color #555BC8: hue angle of 236.87º degrees, saturation: 0.51, 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 #555BC8 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 91 | 200 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.22 |
| HSL | 236.87º | 0.51% | 0.56% | - |
| HSV(B) | 236.87º | 0.58% | 0.78% | - |
| XYZ | 17.91 | 13.58 | 56.32 | - |
| YUV | 101.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 200 | 0.58 | 0.54 | 0 | 0.22 | 236.87 | 0.51 | 0.56 |
| Hex | 55 | 5B | C8 | 3A | 36 | 0 | 16 | ED | 33 | 38 |
| Octal | 125 | 133 | 310 | 72 | 66 | 0 | 26 | 355 | 63 | 70 |
| Binary | 1010101 | 1011011 | 11001000 | 111010 | 110110 | 0 | 10110 | 11101101 | 110011 | 111000 |
Color Harmonies of #555BC8
Complementary color
Monochromatic Colors of #555BC8
Black with #555BC8
Text Example
Text Example
White with #555BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BC8; }
p { color: rgb(85,91,200); }
H1.HeaderClassName
{
color: #555BC8;
}
.AnyTagClassName
{
color: #555BC8;
}
</style>
background-color css
<style>
a { background-color: #555BC8; }
a { background-color: rgb(85,91,200); }
div.DivClassName
{
background-color: #555BC8;
}
.BgClassName
{
background-color: #555BC8;
}
</style>
border-color css
<style>
span { border-color: #555BC8; }
span { border-color: rgb(85,91,200); }
td.TdClassName
{
border-color: #555BC8;
}
.TagClassName
{
border-color: #555BC8;
}
</style>