Shades of Free Speech Blue #545ACB
Tints of Free Speech Blue #545ACB
RGB
CMYK
RGB Variations
Color information
#545ACB (or 0x545ACB) is known color: Free Speech Blue. HEX triplet: 54, 5A and CB. RGB value is (84,90,203). Sum of RGB (Red+Green+Blue) = 84+90+203=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #545ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ACB is #ABA534. Grayscale: #646464. Windows color (decimal): -11248949 or 13326932. OLE color: 13326932.
HSL color Cylindrical-coordinate representation of color #545ACB: hue angle of 236.97º degrees, saturation: 0.53, 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 #545ACB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 90 | 203 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.20 |
| HSL | 236.97º | 0.53% | 0.56% | - |
| HSV(B) | 236.97º | 0.59% | 0.8% | - |
| XYZ | 18.09 | 13.51 | 58.15 | - |
| YUV | 101.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 203 | 0.59 | 0.56 | 0 | 0.20 | 236.97 | 0.53 | 0.56 |
| Hex | 54 | 5A | CB | 3B | 38 | 0 | 14 | ED | 35 | 38 |
| Octal | 124 | 132 | 313 | 73 | 70 | 0 | 24 | 355 | 65 | 70 |
| Binary | 1010100 | 1011010 | 11001011 | 111011 | 111000 | 0 | 10100 | 11101101 | 110101 | 111000 |
Color Harmonies of #545ACB
Complementary color
Monochromatic Colors of #545ACB
Black with #545ACB
Text Example
Text Example
White with #545ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ACB; }
p { color: rgb(84,90,203); }
H1.HeaderClassName
{
color: #545ACB;
}
.AnyTagClassName
{
color: #545ACB;
}
</style>
background-color css
<style>
a { background-color: #545ACB; }
a { background-color: rgb(84,90,203); }
div.DivClassName
{
background-color: #545ACB;
}
.BgClassName
{
background-color: #545ACB;
}
</style>
border-color css
<style>
span { border-color: #545ACB; }
span { border-color: rgb(84,90,203); }
td.TdClassName
{
border-color: #545ACB;
}
.TagClassName
{
border-color: #545ACB;
}
</style>