Shades of Free Speech Blue #555CC1
Tints of Free Speech Blue #555CC1
RGB
CMYK
RGB Variations
Color information
#555CC1 (or 0x555CC1) is known color: Free Speech Blue. HEX triplet: 55, 5C and C1. RGB value is (85,92,193). Sum of RGB (Red+Green+Blue) = 85+92+193=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #555CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CC1 is #AAA33E. Grayscale: #656565. Windows color (decimal): -11182911 or 12672085. OLE color: 12672085.
HSL color Cylindrical-coordinate representation of color #555CC1: hue angle of 236.11º 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 #555CC1 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 92 | 193 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.24 |
| HSL | 236.11º | 0.47% | 0.55% | - |
| HSV(B) | 236.11º | 0.56% | 0.76% | - |
| XYZ | 17.2 | 13.44 | 52.14 | - |
| YUV | 101.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 193 | 0.56 | 0.52 | 0 | 0.24 | 236.11 | 0.47 | 0.55 |
| Hex | 55 | 5C | C1 | 38 | 34 | 0 | 18 | EC | 2F | 37 |
| Octal | 125 | 134 | 301 | 70 | 64 | 0 | 30 | 354 | 57 | 67 |
| Binary | 1010101 | 1011100 | 11000001 | 111000 | 110100 | 0 | 11000 | 11101100 | 101111 | 110111 |
Color Harmonies of #555CC1
Complementary color
Monochromatic Colors of #555CC1
Black with #555CC1
Text Example
Text Example
White with #555CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555CC1; }
p { color: rgb(85,92,193); }
H1.HeaderClassName
{
color: #555CC1;
}
.AnyTagClassName
{
color: #555CC1;
}
</style>
background-color css
<style>
a { background-color: #555CC1; }
a { background-color: rgb(85,92,193); }
div.DivClassName
{
background-color: #555CC1;
}
.BgClassName
{
background-color: #555CC1;
}
</style>
border-color css
<style>
span { border-color: #555CC1; }
span { border-color: rgb(85,92,193); }
td.TdClassName
{
border-color: #555CC1;
}
.TagClassName
{
border-color: #555CC1;
}
</style>