Shades of Free Speech Blue #545FCC
Tints of Free Speech Blue #545FCC
RGB
CMYK
RGB Variations
Color information
#545FCC (or 0x545FCC) is known color: Free Speech Blue. HEX triplet: 54, 5F and CC. RGB value is (84,95,204). Sum of RGB (Red+Green+Blue) = 84+95+204=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #545FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FCC is #ABA033. Grayscale: #676767. Windows color (decimal): -11247668 or 13393748. OLE color: 13393748.
HSL color Cylindrical-coordinate representation of color #545FCC: hue angle of 234.5º 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 #545FCC is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 95 | 204 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.2 |
| HSL | 234.5º | 0.54% | 0.56% | - |
| HSV(B) | 234.5º | 0.59% | 0.8% | - |
| XYZ | 18.65 | 14.43 | 58.93 | - |
| YUV | 104.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 204 | 0.59 | 0.53 | 0 | 0.2 | 234.5 | 0.54 | 0.56 |
| Hex | 54 | 5F | CC | 3B | 35 | 0 | 14 | EA | 36 | 38 |
| Octal | 124 | 137 | 314 | 73 | 65 | 0 | 24 | 352 | 66 | 70 |
| Binary | 1010100 | 1011111 | 11001100 | 111011 | 110101 | 0 | 10100 | 11101010 | 110110 | 111000 |
Color Harmonies of #545FCC
Complementary color
Monochromatic Colors of #545FCC
Black with #545FCC
Text Example
Text Example
White with #545FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FCC; }
p { color: rgb(84,95,204); }
H1.HeaderClassName
{
color: #545FCC;
}
.AnyTagClassName
{
color: #545FCC;
}
</style>
background-color css
<style>
a { background-color: #545FCC; }
a { background-color: rgb(84,95,204); }
div.DivClassName
{
background-color: #545FCC;
}
.BgClassName
{
background-color: #545FCC;
}
</style>
border-color css
<style>
span { border-color: #545FCC; }
span { border-color: rgb(84,95,204); }
td.TdClassName
{
border-color: #545FCC;
}
.TagClassName
{
border-color: #545FCC;
}
</style>