Shades of Free Speech Blue #5469CA
Tints of Free Speech Blue #5469CA
RGB
CMYK
RGB Variations
Color information
#5469CA (or 0x5469CA) is known color: Free Speech Blue. HEX triplet: 54, 69 and CA. RGB value is (84,105,202). Sum of RGB (Red+Green+Blue) = 84+105+202=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #5469CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5469CA is #AB9635. Grayscale: #6D6D6D. Windows color (decimal): -11245110 or 13265236. OLE color: 13265236.
HSL color Cylindrical-coordinate representation of color #5469CA: hue angle of 229.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5469CA is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 105 | 202 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.21 |
| HSL | 229.32º | 0.53% | 0.56% | - |
| HSV(B) | 229.32º | 0.58% | 0.79% | - |
| XYZ | 19.37 | 16.25 | 57.99 | - |
| YUV | 109.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 202 | 0.58 | 0.48 | 0 | 0.21 | 229.32 | 0.53 | 0.56 |
| Hex | 54 | 69 | CA | 3A | 30 | 0 | 15 | E5 | 35 | 38 |
| Octal | 124 | 151 | 312 | 72 | 60 | 0 | 25 | 345 | 65 | 70 |
| Binary | 1010100 | 1101001 | 11001010 | 111010 | 110000 | 0 | 10101 | 11100101 | 110101 | 111000 |
Color Harmonies of #5469CA
Complementary color
Monochromatic Colors of #5469CA
Black with #5469CA
Text Example
Text Example
White with #5469CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469CA; }
p { color: rgb(84,105,202); }
H1.HeaderClassName
{
color: #5469CA;
}
.AnyTagClassName
{
color: #5469CA;
}
</style>
background-color css
<style>
a { background-color: #5469CA; }
a { background-color: rgb(84,105,202); }
div.DivClassName
{
background-color: #5469CA;
}
.BgClassName
{
background-color: #5469CA;
}
</style>
border-color css
<style>
span { border-color: #5469CA; }
span { border-color: rgb(84,105,202); }
td.TdClassName
{
border-color: #5469CA;
}
.TagClassName
{
border-color: #5469CA;
}
</style>