Shades of Free Speech Blue #555DC2
Tints of Free Speech Blue #555DC2
RGB
CMYK
RGB Variations
Color information
#555DC2 (or 0x555DC2) is known color: Free Speech Blue. HEX triplet: 55, 5D and C2. RGB value is (85,93,194). Sum of RGB (Red+Green+Blue) = 85+93+194=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #555DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DC2 is #AAA23D. Grayscale: #656565. Windows color (decimal): -11182654 or 12737877. OLE color: 12737877.
HSL color Cylindrical-coordinate representation of color #555DC2: hue angle of 235.6º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555DC2 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 93 | 194 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.24 |
| HSL | 235.6º | 0.47% | 0.55% | - |
| HSV(B) | 235.6º | 0.56% | 0.76% | - |
| XYZ | 17.4 | 13.66 | 52.76 | - |
| YUV | 102.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 194 | 0.56 | 0.52 | 0 | 0.24 | 235.6 | 0.47 | 0.55 |
| Hex | 55 | 5D | C2 | 38 | 34 | 0 | 18 | EC | 2F | 37 |
| Octal | 125 | 135 | 302 | 70 | 64 | 0 | 30 | 354 | 57 | 67 |
| Binary | 1010101 | 1011101 | 11000010 | 111000 | 110100 | 0 | 11000 | 11101100 | 101111 | 110111 |
Color Harmonies of #555DC2
Complementary color
Monochromatic Colors of #555DC2
Black with #555DC2
Text Example
Text Example
White with #555DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DC2; }
p { color: rgb(85,93,194); }
H1.HeaderClassName
{
color: #555DC2;
}
.AnyTagClassName
{
color: #555DC2;
}
</style>
background-color css
<style>
a { background-color: #555DC2; }
a { background-color: rgb(85,93,194); }
div.DivClassName
{
background-color: #555DC2;
}
.BgClassName
{
background-color: #555DC2;
}
</style>
border-color css
<style>
span { border-color: #555DC2; }
span { border-color: rgb(85,93,194); }
td.TdClassName
{
border-color: #555DC2;
}
.TagClassName
{
border-color: #555DC2;
}
</style>