Shades of Free Speech Blue #545ACE
Tints of Free Speech Blue #545ACE
RGB
CMYK
RGB Variations
Color information
#545ACE (or 0x545ACE) is known color: Free Speech Blue. HEX triplet: 54, 5A and CE. RGB value is (84,90,206). Sum of RGB (Red+Green+Blue) = 84+90+206=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #545ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ACE is #ABA531. Grayscale: #646464. Windows color (decimal): -11248946 or 13523540. OLE color: 13523540.
HSL color Cylindrical-coordinate representation of color #545ACE: hue angle of 237.05º 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 #545ACE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 90 | 206 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.19 |
| HSL | 237.05º | 0.55% | 0.57% | - |
| HSV(B) | 237.05º | 0.59% | 0.81% | - |
| XYZ | 18.45 | 13.65 | 60.06 | - |
| YUV | 101.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 206 | 0.59 | 0.56 | 0 | 0.19 | 237.05 | 0.55 | 0.57 |
| Hex | 54 | 5A | CE | 3B | 38 | 0 | 13 | ED | 37 | 39 |
| Octal | 124 | 132 | 316 | 73 | 70 | 0 | 23 | 355 | 67 | 71 |
| Binary | 1010100 | 1011010 | 11001110 | 111011 | 111000 | 0 | 10011 | 11101101 | 110111 | 111001 |
Color Harmonies of #545ACE
Complementary color
Monochromatic Colors of #545ACE
Black with #545ACE
Text Example
Text Example
White with #545ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ACE; }
p { color: rgb(84,90,206); }
H1.HeaderClassName
{
color: #545ACE;
}
.AnyTagClassName
{
color: #545ACE;
}
</style>
background-color css
<style>
a { background-color: #545ACE; }
a { background-color: rgb(84,90,206); }
div.DivClassName
{
background-color: #545ACE;
}
.BgClassName
{
background-color: #545ACE;
}
</style>
border-color css
<style>
span { border-color: #545ACE; }
span { border-color: rgb(84,90,206); }
td.TdClassName
{
border-color: #545ACE;
}
.TagClassName
{
border-color: #545ACE;
}
</style>