Shades of Free Speech Blue #555BCA
Tints of Free Speech Blue #555BCA
RGB
CMYK
RGB Variations
Color information
#555BCA (or 0x555BCA) is known color: Free Speech Blue. HEX triplet: 55, 5B and CA. RGB value is (85,91,202). Sum of RGB (Red+Green+Blue) = 85+91+202=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #555BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BCA is #AAA435. Grayscale: #656565. Windows color (decimal): -11183158 or 13261653. OLE color: 13261653.
HSL color Cylindrical-coordinate representation of color #555BCA: hue angle of 236.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555BCA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 91 | 202 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.21 |
| HSL | 236.92º | 0.52% | 0.56% | - |
| HSV(B) | 236.92º | 0.58% | 0.79% | - |
| XYZ | 18.15 | 13.68 | 57.56 | - |
| YUV | 101.86 | 184.51 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 202 | 0.58 | 0.55 | 0 | 0.21 | 236.92 | 0.52 | 0.56 |
| Hex | 55 | 5B | CA | 3A | 37 | 0 | 15 | ED | 34 | 38 |
| Octal | 125 | 133 | 312 | 72 | 67 | 0 | 25 | 355 | 64 | 70 |
| Binary | 1010101 | 1011011 | 11001010 | 111010 | 110111 | 0 | 10101 | 11101101 | 110100 | 111000 |
Color Harmonies of #555BCA
Complementary color
Monochromatic Colors of #555BCA
Black with #555BCA
Text Example
Text Example
White with #555BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BCA; }
p { color: rgb(85,91,202); }
H1.HeaderClassName
{
color: #555BCA;
}
.AnyTagClassName
{
color: #555BCA;
}
</style>
background-color css
<style>
a { background-color: #555BCA; }
a { background-color: rgb(85,91,202); }
div.DivClassName
{
background-color: #555BCA;
}
.BgClassName
{
background-color: #555BCA;
}
</style>
border-color css
<style>
span { border-color: #555BCA; }
span { border-color: rgb(85,91,202); }
td.TdClassName
{
border-color: #555BCA;
}
.TagClassName
{
border-color: #555BCA;
}
</style>