Shades of Free Speech Blue #5459C2
Tints of Free Speech Blue #5459C2
RGB
CMYK
RGB Variations
Color information
#5459C2 (or 0x5459C2) is known color: Free Speech Blue. HEX triplet: 54, 59 and C2. RGB value is (84,89,194). Sum of RGB (Red+Green+Blue) = 84+89+194=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 194 (76.17% from 255 or 52.86% from 367); Max value from RGB is 194 - color contains mainly: blue. Hex color #5459C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459C2 is #ABA63D. Grayscale: #636363. Windows color (decimal): -11249214 or 12736852. OLE color: 12736852.
HSL color Cylindrical-coordinate representation of color #5459C2: hue angle of 237.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5459C2 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 89 | 194 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.24 |
| HSL | 237.27º | 0.47% | 0.55% | - |
| HSV(B) | 237.27º | 0.57% | 0.76% | - |
| XYZ | 16.97 | 12.92 | 52.64 | - |
| YUV | 99.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 194 | 0.57 | 0.54 | 0 | 0.24 | 237.27 | 0.47 | 0.55 |
| Hex | 54 | 59 | C2 | 39 | 36 | 0 | 18 | ED | 2F | 37 |
| Octal | 124 | 131 | 302 | 71 | 66 | 0 | 30 | 355 | 57 | 67 |
| Binary | 1010100 | 1011001 | 11000010 | 111001 | 110110 | 0 | 11000 | 11101101 | 101111 | 110111 |
Color Harmonies of #5459C2
Complementary color
Monochromatic Colors of #5459C2
Black with #5459C2
Text Example
Text Example
White with #5459C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459C2; }
p { color: rgb(84,89,194); }
H1.HeaderClassName
{
color: #5459C2;
}
.AnyTagClassName
{
color: #5459C2;
}
</style>
background-color css
<style>
a { background-color: #5459C2; }
a { background-color: rgb(84,89,194); }
div.DivClassName
{
background-color: #5459C2;
}
.BgClassName
{
background-color: #5459C2;
}
</style>
border-color css
<style>
span { border-color: #5459C2; }
span { border-color: rgb(84,89,194); }
td.TdClassName
{
border-color: #5459C2;
}
.TagClassName
{
border-color: #5459C2;
}
</style>