Shades of Free Speech Blue #5662C4
Tints of Free Speech Blue #5662C4
RGB
CMYK
RGB Variations
Color information
#5662C4 (or 0x5662C4) is known color: Free Speech Blue. HEX triplet: 56, 62 and C4. RGB value is (86,98,196). Sum of RGB (Red+Green+Blue) = 86+98+196=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #5662C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662C4 is #A99D3B. Grayscale: #696969. Windows color (decimal): -11115836 or 12870230. OLE color: 12870230.
HSL color Cylindrical-coordinate representation of color #5662C4: hue angle of 233.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5662C4 is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 98 | 196 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.23 |
| HSL | 233.45º | 0.48% | 0.55% | - |
| HSV(B) | 233.45º | 0.56% | 0.77% | - |
| XYZ | 18.17 | 14.7 | 54.1 | - |
| YUV | 105.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 196 | 0.56 | 0.5 | 0 | 0.23 | 233.45 | 0.48 | 0.55 |
| Hex | 56 | 62 | C4 | 38 | 32 | 0 | 17 | E9 | 30 | 37 |
| Octal | 126 | 142 | 304 | 70 | 62 | 0 | 27 | 351 | 60 | 67 |
| Binary | 1010110 | 1100010 | 11000100 | 111000 | 110010 | 0 | 10111 | 11101001 | 110000 | 110111 |
Color Harmonies of #5662C4
Complementary color
Monochromatic Colors of #5662C4
Black with #5662C4
Text Example
Text Example
White with #5662C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662C4; }
p { color: rgb(86,98,196); }
H1.HeaderClassName
{
color: #5662C4;
}
.AnyTagClassName
{
color: #5662C4;
}
</style>
background-color css
<style>
a { background-color: #5662C4; }
a { background-color: rgb(86,98,196); }
div.DivClassName
{
background-color: #5662C4;
}
.BgClassName
{
background-color: #5662C4;
}
</style>
border-color css
<style>
span { border-color: #5662C4; }
span { border-color: rgb(86,98,196); }
td.TdClassName
{
border-color: #5662C4;
}
.TagClassName
{
border-color: #5662C4;
}
</style>