Shades of Free Speech Blue #5456CE
Tints of Free Speech Blue #5456CE
RGB
CMYK
RGB Variations
Color information
#5456CE (or 0x5456CE) is known color: Free Speech Blue. HEX triplet: 54, 56 and CE. RGB value is (84,86,206). Sum of RGB (Red+Green+Blue) = 84+86+206=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5456CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456CE is #ABA931. Grayscale: #626262. Windows color (decimal): -11249970 or 13522516. OLE color: 13522516.
HSL color Cylindrical-coordinate representation of color #5456CE: hue angle of 239.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5456CE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 86 | 206 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.19 |
| HSL | 239.02º | 0.55% | 0.57% | - |
| HSV(B) | 239.02º | 0.59% | 0.81% | - |
| XYZ | 18.12 | 13 | 59.95 | - |
| YUV | 99.08 | 188.34 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 206 | 0.59 | 0.58 | 0 | 0.19 | 239.02 | 0.55 | 0.57 |
| Hex | 54 | 56 | CE | 3B | 3A | 0 | 13 | EF | 37 | 39 |
| Octal | 124 | 126 | 316 | 73 | 72 | 0 | 23 | 357 | 67 | 71 |
| Binary | 1010100 | 1010110 | 11001110 | 111011 | 111010 | 0 | 10011 | 11101111 | 110111 | 111001 |
Color Harmonies of #5456CE
Complementary color
Monochromatic Colors of #5456CE
Black with #5456CE
Text Example
Text Example
White with #5456CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456CE; }
p { color: rgb(84,86,206); }
H1.HeaderClassName
{
color: #5456CE;
}
.AnyTagClassName
{
color: #5456CE;
}
</style>
background-color css
<style>
a { background-color: #5456CE; }
a { background-color: rgb(84,86,206); }
div.DivClassName
{
background-color: #5456CE;
}
.BgClassName
{
background-color: #5456CE;
}
</style>
border-color css
<style>
span { border-color: #5456CE; }
span { border-color: rgb(84,86,206); }
td.TdClassName
{
border-color: #5456CE;
}
.TagClassName
{
border-color: #5456CE;
}
</style>