Shades of Free Speech Blue #5866CC
Tints of Free Speech Blue #5866CC
RGB
CMYK
RGB Variations
Color information
#5866CC (or 0x5866CC) is known color: Free Speech Blue. HEX triplet: 58, 66 and CC. RGB value is (88,102,204). Sum of RGB (Red+Green+Blue) = 88+102+204=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5866CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866CC is #A79933. Grayscale: #6D6D6D. Windows color (decimal): -10983732 or 13395544. OLE color: 13395544.
HSL color Cylindrical-coordinate representation of color #5866CC: hue angle of 232.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5866CC is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 102 | 204 | - |
| CMYK | 0.57 | 0.5 | 0 | 0.2 |
| HSL | 232.76º | 0.53% | 0.57% | - |
| HSV(B) | 232.76º | 0.57% | 0.8% | - |
| XYZ | 19.67 | 15.94 | 59.17 | - |
| YUV | 109.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 204 | 0.57 | 0.5 | 0 | 0.2 | 232.76 | 0.53 | 0.57 |
| Hex | 58 | 66 | CC | 39 | 32 | 0 | 14 | E9 | 35 | 39 |
| Octal | 130 | 146 | 314 | 71 | 62 | 0 | 24 | 351 | 65 | 71 |
| Binary | 1011000 | 1100110 | 11001100 | 111001 | 110010 | 0 | 10100 | 11101001 | 110101 | 111001 |
Color Harmonies of #5866CC
Complementary color
Monochromatic Colors of #5866CC
Black with #5866CC
Text Example
Text Example
White with #5866CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5866CC; }
p { color: rgb(88,102,204); }
H1.HeaderClassName
{
color: #5866CC;
}
.AnyTagClassName
{
color: #5866CC;
}
</style>
background-color css
<style>
a { background-color: #5866CC; }
a { background-color: rgb(88,102,204); }
div.DivClassName
{
background-color: #5866CC;
}
.BgClassName
{
background-color: #5866CC;
}
</style>
border-color css
<style>
span { border-color: #5866CC; }
span { border-color: rgb(88,102,204); }
td.TdClassName
{
border-color: #5866CC;
}
.TagClassName
{
border-color: #5866CC;
}
</style>