Shades of Free Speech Blue #5461CF
Tints of Free Speech Blue #5461CF
RGB
CMYK
RGB Variations
Color information
#5461CF (or 0x5461CF) is known color: Free Speech Blue. HEX triplet: 54, 61 and CF. RGB value is (84,97,207). Sum of RGB (Red+Green+Blue) = 84+97+207=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #5461CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461CF is #AB9E30. Grayscale: #696969. Windows color (decimal): -11247153 or 13590868. OLE color: 13590868.
HSL color Cylindrical-coordinate representation of color #5461CF: hue angle of 233.66º degrees, saturation: 0.56, 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 #5461CF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 97 | 207 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.19 |
| HSL | 233.66º | 0.56% | 0.57% | - |
| HSV(B) | 233.66º | 0.59% | 0.81% | - |
| XYZ | 19.19 | 14.94 | 60.9 | - |
| YUV | 105.65 | 185.19 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 207 | 0.59 | 0.53 | 0 | 0.19 | 233.66 | 0.56 | 0.57 |
| Hex | 54 | 61 | CF | 3B | 35 | 0 | 13 | EA | 38 | 39 |
| Octal | 124 | 141 | 317 | 73 | 65 | 0 | 23 | 352 | 70 | 71 |
| Binary | 1010100 | 1100001 | 11001111 | 111011 | 110101 | 0 | 10011 | 11101010 | 111000 | 111001 |
Color Harmonies of #5461CF
Complementary color
Monochromatic Colors of #5461CF
Black with #5461CF
Text Example
Text Example
White with #5461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5461CF; }
p { color: rgb(84,97,207); }
H1.HeaderClassName
{
color: #5461CF;
}
.AnyTagClassName
{
color: #5461CF;
}
</style>
background-color css
<style>
a { background-color: #5461CF; }
a { background-color: rgb(84,97,207); }
div.DivClassName
{
background-color: #5461CF;
}
.BgClassName
{
background-color: #5461CF;
}
</style>
border-color css
<style>
span { border-color: #5461CF; }
span { border-color: rgb(84,97,207); }
td.TdClassName
{
border-color: #5461CF;
}
.TagClassName
{
border-color: #5461CF;
}
</style>