Shades of Free Speech Blue #5662CD
Tints of Free Speech Blue #5662CD
RGB
CMYK
RGB Variations
Color information
#5662CD (or 0x5662CD) is known color: Free Speech Blue. HEX triplet: 56, 62 and CD. RGB value is (86,98,205). Sum of RGB (Red+Green+Blue) = 86+98+205=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #5662CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662CD is #A99D32. Grayscale: #6A6A6A. Windows color (decimal): -11115827 or 13460054. OLE color: 13460054.
HSL color Cylindrical-coordinate representation of color #5662CD: hue angle of 233.95º 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 #5662CD is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 98 | 205 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.20 |
| HSL | 233.95º | 0.54% | 0.57% | - |
| HSV(B) | 233.95º | 0.58% | 0.8% | - |
| XYZ | 19.22 | 15.12 | 59.66 | - |
| YUV | 106.61 | 183.52 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 205 | 0.58 | 0.52 | 0 | 0.20 | 233.95 | 0.54 | 0.57 |
| Hex | 56 | 62 | CD | 3A | 34 | 0 | 14 | EA | 36 | 39 |
| Octal | 126 | 142 | 315 | 72 | 64 | 0 | 24 | 352 | 66 | 71 |
| Binary | 1010110 | 1100010 | 11001101 | 111010 | 110100 | 0 | 10100 | 11101010 | 110110 | 111001 |
Color Harmonies of #5662CD
Complementary color
Monochromatic Colors of #5662CD
Black with #5662CD
Text Example
Text Example
White with #5662CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662CD; }
p { color: rgb(86,98,205); }
H1.HeaderClassName
{
color: #5662CD;
}
.AnyTagClassName
{
color: #5662CD;
}
</style>
background-color css
<style>
a { background-color: #5662CD; }
a { background-color: rgb(86,98,205); }
div.DivClassName
{
background-color: #5662CD;
}
.BgClassName
{
background-color: #5662CD;
}
</style>
border-color css
<style>
span { border-color: #5662CD; }
span { border-color: rgb(86,98,205); }
td.TdClassName
{
border-color: #5662CD;
}
.TagClassName
{
border-color: #5662CD;
}
</style>