Shades of Free Speech Blue #545CC2
Tints of Free Speech Blue #545CC2
RGB
CMYK
RGB Variations
Color information
#545CC2 (or 0x545CC2) is known color: Free Speech Blue. HEX triplet: 54, 5C and C2. RGB value is (84,92,194). Sum of RGB (Red+Green+Blue) = 84+92+194=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #545CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CC2 is #ABA33D. Grayscale: #646464. Windows color (decimal): -11248446 or 12737620. OLE color: 12737620.
HSL color Cylindrical-coordinate representation of color #545CC2: hue angle of 235.64º 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 #545CC2 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 92 | 194 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.24 |
| HSL | 235.64º | 0.47% | 0.55% | - |
| HSV(B) | 235.64º | 0.57% | 0.76% | - |
| XYZ | 17.22 | 13.43 | 52.72 | - |
| YUV | 101.24 | 180.35 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 194 | 0.57 | 0.53 | 0 | 0.24 | 235.64 | 0.47 | 0.55 |
| Hex | 54 | 5C | C2 | 39 | 35 | 0 | 18 | EC | 2F | 37 |
| Octal | 124 | 134 | 302 | 71 | 65 | 0 | 30 | 354 | 57 | 67 |
| Binary | 1010100 | 1011100 | 11000010 | 111001 | 110101 | 0 | 11000 | 11101100 | 101111 | 110111 |
Color Harmonies of #545CC2
Complementary color
Monochromatic Colors of #545CC2
Black with #545CC2
Text Example
Text Example
White with #545CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CC2; }
p { color: rgb(84,92,194); }
H1.HeaderClassName
{
color: #545CC2;
}
.AnyTagClassName
{
color: #545CC2;
}
</style>
background-color css
<style>
a { background-color: #545CC2; }
a { background-color: rgb(84,92,194); }
div.DivClassName
{
background-color: #545CC2;
}
.BgClassName
{
background-color: #545CC2;
}
</style>
border-color css
<style>
span { border-color: #545CC2; }
span { border-color: rgb(84,92,194); }
td.TdClassName
{
border-color: #545CC2;
}
.TagClassName
{
border-color: #545CC2;
}
</style>