Shades of Free Speech Blue #5461C2
Tints of Free Speech Blue #5461C2
RGB
CMYK
RGB Variations
Color information
#5461C2 (or 0x5461C2) is known color: Free Speech Blue. HEX triplet: 54, 61 and C2. RGB value is (84,97,194). Sum of RGB (Red+Green+Blue) = 84+97+194=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #5461C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461C2 is #AB9E3D. Grayscale: #676767. Windows color (decimal): -11247166 or 12738900. OLE color: 12738900.
HSL color Cylindrical-coordinate representation of color #5461C2: hue angle of 232.91º 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 #5461C2 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 97 | 194 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.24 |
| HSL | 232.91º | 0.47% | 0.55% | - |
| HSV(B) | 232.91º | 0.57% | 0.76% | - |
| XYZ | 17.67 | 14.33 | 52.87 | - |
| YUV | 104.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 194 | 0.57 | 0.50 | 0 | 0.24 | 232.91 | 0.47 | 0.55 |
| Hex | 54 | 61 | C2 | 39 | 32 | 0 | 18 | E9 | 2F | 37 |
| Octal | 124 | 141 | 302 | 71 | 62 | 0 | 30 | 351 | 57 | 67 |
| Binary | 1010100 | 1100001 | 11000010 | 111001 | 110010 | 0 | 11000 | 11101001 | 101111 | 110111 |
Color Harmonies of #5461C2
Complementary color
Monochromatic Colors of #5461C2
Black with #5461C2
Text Example
Text Example
White with #5461C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461C2; }
p { color: rgb(84,97,194); }
H1.HeaderClassName
{
color: #5461C2;
}
.AnyTagClassName
{
color: #5461C2;
}
</style>
background-color css
<style>
a { background-color: #5461C2; }
a { background-color: rgb(84,97,194); }
div.DivClassName
{
background-color: #5461C2;
}
.BgClassName
{
background-color: #5461C2;
}
</style>
border-color css
<style>
span { border-color: #5461C2; }
span { border-color: rgb(84,97,194); }
td.TdClassName
{
border-color: #5461C2;
}
.TagClassName
{
border-color: #5461C2;
}
</style>