Shades of Free Speech Blue #5461CE
Tints of Free Speech Blue #5461CE
RGB
CMYK
RGB Variations
Color information
#5461CE (or 0x5461CE) is known color: Free Speech Blue. HEX triplet: 54, 61 and CE. RGB value is (84,97,206). Sum of RGB (Red+Green+Blue) = 84+97+206=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #5461CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461CE is #AB9E31. Grayscale: #696969. Windows color (decimal): -11247154 or 13525332. OLE color: 13525332.
HSL color Cylindrical-coordinate representation of color #5461CE: hue angle of 233.61º 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 #5461CE is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 97 | 206 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.19 |
| HSL | 233.61º | 0.55% | 0.57% | - |
| HSV(B) | 233.61º | 0.59% | 0.81% | - |
| XYZ | 19.07 | 14.89 | 60.26 | - |
| YUV | 105.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 206 | 0.59 | 0.53 | 0 | 0.19 | 233.61 | 0.55 | 0.57 |
| Hex | 54 | 61 | CE | 3B | 35 | 0 | 13 | EA | 37 | 39 |
| Octal | 124 | 141 | 316 | 73 | 65 | 0 | 23 | 352 | 67 | 71 |
| Binary | 1010100 | 1100001 | 11001110 | 111011 | 110101 | 0 | 10011 | 11101010 | 110111 | 111001 |
Color Harmonies of #5461CE
Complementary color
Monochromatic Colors of #5461CE
Black with #5461CE
Text Example
Text Example
White with #5461CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461CE; }
p { color: rgb(84,97,206); }
H1.HeaderClassName
{
color: #5461CE;
}
.AnyTagClassName
{
color: #5461CE;
}
</style>
background-color css
<style>
a { background-color: #5461CE; }
a { background-color: rgb(84,97,206); }
div.DivClassName
{
background-color: #5461CE;
}
.BgClassName
{
background-color: #5461CE;
}
</style>
border-color css
<style>
span { border-color: #5461CE; }
span { border-color: rgb(84,97,206); }
td.TdClassName
{
border-color: #5461CE;
}
.TagClassName
{
border-color: #5461CE;
}
</style>