Shades of Free Speech Blue #545BC6
Tints of Free Speech Blue #545BC6
RGB
CMYK
RGB Variations
Color information
#545BC6 (or 0x545BC6) is known color: Free Speech Blue. HEX triplet: 54, 5B and C6. RGB value is (84,91,198). Sum of RGB (Red+Green+Blue) = 84+91+198=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #545BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BC6 is #ABA439. Grayscale: #646464. Windows color (decimal): -11248698 or 12999508. OLE color: 12999508.
HSL color Cylindrical-coordinate representation of color #545BC6: hue angle of 236.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545BC6 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 91 | 198 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.22 |
| HSL | 236.32º | 0.5% | 0.55% | - |
| HSV(B) | 236.32º | 0.58% | 0.78% | - |
| XYZ | 17.59 | 13.44 | 55.09 | - |
| YUV | 101.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 198 | 0.58 | 0.54 | 0 | 0.22 | 236.32 | 0.5 | 0.55 |
| Hex | 54 | 5B | C6 | 3A | 36 | 0 | 16 | EC | 32 | 37 |
| Octal | 124 | 133 | 306 | 72 | 66 | 0 | 26 | 354 | 62 | 67 |
| Binary | 1010100 | 1011011 | 11000110 | 111010 | 110110 | 0 | 10110 | 11101100 | 110010 | 110111 |
Color Harmonies of #545BC6
Complementary color
Monochromatic Colors of #545BC6
Black with #545BC6
Text Example
Text Example
White with #545BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BC6; }
p { color: rgb(84,91,198); }
H1.HeaderClassName
{
color: #545BC6;
}
.AnyTagClassName
{
color: #545BC6;
}
</style>
background-color css
<style>
a { background-color: #545BC6; }
a { background-color: rgb(84,91,198); }
div.DivClassName
{
background-color: #545BC6;
}
.BgClassName
{
background-color: #545BC6;
}
</style>
border-color css
<style>
span { border-color: #545BC6; }
span { border-color: rgb(84,91,198); }
td.TdClassName
{
border-color: #545BC6;
}
.TagClassName
{
border-color: #545BC6;
}
</style>