Shades of Free Speech Blue #5464CC
Tints of Free Speech Blue #5464CC
RGB
CMYK
RGB Variations
Color information
#5464CC (or 0x5464CC) is known color: Free Speech Blue. HEX triplet: 54, 64 and CC. RGB value is (84,100,204). Sum of RGB (Red+Green+Blue) = 84+100+204=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5464CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464CC is #AB9B33. Grayscale: #6A6A6A. Windows color (decimal): -11246388 or 13395028. OLE color: 13395028.
HSL color Cylindrical-coordinate representation of color #5464CC: hue angle of 232º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5464CC is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 100 | 204 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.2 |
| HSL | 232º | 0.54% | 0.56% | - |
| HSV(B) | 232º | 0.59% | 0.8% | - |
| XYZ | 19.11 | 15.36 | 59.08 | - |
| YUV | 107.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 204 | 0.59 | 0.51 | 0 | 0.2 | 232 | 0.54 | 0.56 |
| Hex | 54 | 64 | CC | 3B | 33 | 0 | 14 | E8 | 36 | 38 |
| Octal | 124 | 144 | 314 | 73 | 63 | 0 | 24 | 350 | 66 | 70 |
| Binary | 1010100 | 1100100 | 11001100 | 111011 | 110011 | 0 | 10100 | 11101000 | 110110 | 111000 |
Color Harmonies of #5464CC
Complementary color
Monochromatic Colors of #5464CC
Black with #5464CC
Text Example
Text Example
White with #5464CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5464CC; }
p { color: rgb(84,100,204); }
H1.HeaderClassName
{
color: #5464CC;
}
.AnyTagClassName
{
color: #5464CC;
}
</style>
background-color css
<style>
a { background-color: #5464CC; }
a { background-color: rgb(84,100,204); }
div.DivClassName
{
background-color: #5464CC;
}
.BgClassName
{
background-color: #5464CC;
}
</style>
border-color css
<style>
span { border-color: #5464CC; }
span { border-color: rgb(84,100,204); }
td.TdClassName
{
border-color: #5464CC;
}
.TagClassName
{
border-color: #5464CC;
}
</style>