Shades of Free Speech Blue #545DC2
Tints of Free Speech Blue #545DC2
RGB
CMYK
RGB Variations
Color information
#545DC2 (or 0x545DC2) is known color: Free Speech Blue. HEX triplet: 54, 5D and C2. RGB value is (84,93,194). Sum of RGB (Red+Green+Blue) = 84+93+194=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #545DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DC2 is #ABA23D. Grayscale: #656565. Windows color (decimal): -11248190 or 12737876. OLE color: 12737876.
HSL color Cylindrical-coordinate representation of color #545DC2: hue angle of 235.09º 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 #545DC2 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 93 | 194 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.24 |
| HSL | 235.09º | 0.47% | 0.55% | - |
| HSV(B) | 235.09º | 0.57% | 0.76% | - |
| XYZ | 17.31 | 13.61 | 52.75 | - |
| YUV | 101.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 194 | 0.57 | 0.52 | 0 | 0.24 | 235.09 | 0.47 | 0.55 |
| Hex | 54 | 5D | C2 | 39 | 34 | 0 | 18 | EB | 2F | 37 |
| Octal | 124 | 135 | 302 | 71 | 64 | 0 | 30 | 353 | 57 | 67 |
| Binary | 1010100 | 1011101 | 11000010 | 111001 | 110100 | 0 | 11000 | 11101011 | 101111 | 110111 |
Color Harmonies of #545DC2
Complementary color
Monochromatic Colors of #545DC2
Black with #545DC2
Text Example
Text Example
White with #545DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DC2; }
p { color: rgb(84,93,194); }
H1.HeaderClassName
{
color: #545DC2;
}
.AnyTagClassName
{
color: #545DC2;
}
</style>
background-color css
<style>
a { background-color: #545DC2; }
a { background-color: rgb(84,93,194); }
div.DivClassName
{
background-color: #545DC2;
}
.BgClassName
{
background-color: #545DC2;
}
</style>
border-color css
<style>
span { border-color: #545DC2; }
span { border-color: rgb(84,93,194); }
td.TdClassName
{
border-color: #545DC2;
}
.TagClassName
{
border-color: #545DC2;
}
</style>