Shades of Free Speech Blue #545CCC
Tints of Free Speech Blue #545CCC
RGB
CMYK
RGB Variations
Color information
#545CCC (or 0x545CCC) is known color: Free Speech Blue. HEX triplet: 54, 5C and CC. RGB value is (84,92,204). Sum of RGB (Red+Green+Blue) = 84+92+204=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #545CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CCC is #ABA333. Grayscale: #656565. Windows color (decimal): -11248436 or 13392980. OLE color: 13392980.
HSL color Cylindrical-coordinate representation of color #545CCC: hue angle of 236º 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 #545CCC is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 92 | 204 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.2 |
| HSL | 236º | 0.54% | 0.56% | - |
| HSV(B) | 236º | 0.59% | 0.8% | - |
| XYZ | 18.38 | 13.9 | 58.84 | - |
| YUV | 102.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 204 | 0.59 | 0.55 | 0 | 0.2 | 236 | 0.54 | 0.56 |
| Hex | 54 | 5C | CC | 3B | 37 | 0 | 14 | EC | 36 | 38 |
| Octal | 124 | 134 | 314 | 73 | 67 | 0 | 24 | 354 | 66 | 70 |
| Binary | 1010100 | 1011100 | 11001100 | 111011 | 110111 | 0 | 10100 | 11101100 | 110110 | 111000 |
Color Harmonies of #545CCC
Complementary color
Monochromatic Colors of #545CCC
Black with #545CCC
Text Example
Text Example
White with #545CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CCC; }
p { color: rgb(84,92,204); }
H1.HeaderClassName
{
color: #545CCC;
}
.AnyTagClassName
{
color: #545CCC;
}
</style>
background-color css
<style>
a { background-color: #545CCC; }
a { background-color: rgb(84,92,204); }
div.DivClassName
{
background-color: #545CCC;
}
.BgClassName
{
background-color: #545CCC;
}
</style>
border-color css
<style>
span { border-color: #545CCC; }
span { border-color: rgb(84,92,204); }
td.TdClassName
{
border-color: #545CCC;
}
.TagClassName
{
border-color: #545CCC;
}
</style>