Shades of Free Speech Blue #5662CC
Tints of Free Speech Blue #5662CC
RGB
CMYK
RGB Variations
Color information
#5662CC (or 0x5662CC) is known color: Free Speech Blue. HEX triplet: 56, 62 and CC. RGB value is (86,98,204). Sum of RGB (Red+Green+Blue) = 86+98+204=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5662CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662CC is #A99D33. Grayscale: #6A6A6A. Windows color (decimal): -11115828 or 13394518. OLE color: 13394518.
HSL color Cylindrical-coordinate representation of color #5662CC: hue angle of 233.9º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5662CC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 98 | 204 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.2 |
| HSL | 233.9º | 0.54% | 0.57% | - |
| HSV(B) | 233.9º | 0.58% | 0.8% | - |
| XYZ | 19.1 | 15.07 | 59.03 | - |
| YUV | 106.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 204 | 0.58 | 0.52 | 0 | 0.2 | 233.9 | 0.54 | 0.57 |
| Hex | 56 | 62 | CC | 3A | 34 | 0 | 14 | EA | 36 | 39 |
| Octal | 126 | 142 | 314 | 72 | 64 | 0 | 24 | 352 | 66 | 71 |
| Binary | 1010110 | 1100010 | 11001100 | 111010 | 110100 | 0 | 10100 | 11101010 | 110110 | 111001 |
Color Harmonies of #5662CC
Complementary color
Monochromatic Colors of #5662CC
Black with #5662CC
Text Example
Text Example
White with #5662CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662CC; }
p { color: rgb(86,98,204); }
H1.HeaderClassName
{
color: #5662CC;
}
.AnyTagClassName
{
color: #5662CC;
}
</style>
background-color css
<style>
a { background-color: #5662CC; }
a { background-color: rgb(86,98,204); }
div.DivClassName
{
background-color: #5662CC;
}
.BgClassName
{
background-color: #5662CC;
}
</style>
border-color css
<style>
span { border-color: #5662CC; }
span { border-color: rgb(86,98,204); }
td.TdClassName
{
border-color: #5662CC;
}
.TagClassName
{
border-color: #5662CC;
}
</style>