Shades of Free Speech Blue #5469CC
Tints of Free Speech Blue #5469CC
RGB
CMYK
RGB Variations
Color information
#5469CC (or 0x5469CC) is known color: Free Speech Blue. HEX triplet: 54, 69 and CC. RGB value is (84,105,204). Sum of RGB (Red+Green+Blue) = 84+105+204=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5469CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469CC is #AB9633. Grayscale: #6D6D6D. Windows color (decimal): -11245108 or 13396308. OLE color: 13396308.
HSL color Cylindrical-coordinate representation of color #5469CC: hue angle of 229.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 #5469CC is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 105 | 204 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.2 |
| HSL | 229.5º | 0.54% | 0.56% | - |
| HSV(B) | 229.5º | 0.59% | 0.8% | - |
| XYZ | 19.61 | 16.35 | 59.25 | - |
| YUV | 110.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 204 | 0.59 | 0.49 | 0 | 0.2 | 229.5 | 0.54 | 0.56 |
| Hex | 54 | 69 | CC | 3B | 31 | 0 | 14 | E6 | 36 | 38 |
| Octal | 124 | 151 | 314 | 73 | 61 | 0 | 24 | 346 | 66 | 70 |
| Binary | 1010100 | 1101001 | 11001100 | 111011 | 110001 | 0 | 10100 | 11100110 | 110110 | 111000 |
Color Harmonies of #5469CC
Complementary color
Monochromatic Colors of #5469CC
Black with #5469CC
Text Example
Text Example
White with #5469CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469CC; }
p { color: rgb(84,105,204); }
H1.HeaderClassName
{
color: #5469CC;
}
.AnyTagClassName
{
color: #5469CC;
}
</style>
background-color css
<style>
a { background-color: #5469CC; }
a { background-color: rgb(84,105,204); }
div.DivClassName
{
background-color: #5469CC;
}
.BgClassName
{
background-color: #5469CC;
}
</style>
border-color css
<style>
span { border-color: #5469CC; }
span { border-color: rgb(84,105,204); }
td.TdClassName
{
border-color: #5469CC;
}
.TagClassName
{
border-color: #5469CC;
}
</style>