Shades of Free Speech Blue #5459CD
Tints of Free Speech Blue #5459CD
RGB
CMYK
RGB Variations
Color information
#5459CD (or 0x5459CD) is known color: Free Speech Blue. HEX triplet: 54, 59 and CD. RGB value is (84,89,205). Sum of RGB (Red+Green+Blue) = 84+89+205=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5459CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5459CD is #ABA632. Grayscale: #646464. Windows color (decimal): -11249203 or 13457748. OLE color: 13457748.
HSL color Cylindrical-coordinate representation of color #5459CD: hue angle of 237.52º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5459CD is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 89 | 205 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.20 |
| HSL | 237.52º | 0.55% | 0.57% | - |
| HSV(B) | 237.52º | 0.59% | 0.8% | - |
| XYZ | 18.25 | 13.44 | 59.39 | - |
| YUV | 100.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 205 | 0.59 | 0.57 | 0 | 0.20 | 237.52 | 0.55 | 0.57 |
| Hex | 54 | 59 | CD | 3B | 39 | 0 | 14 | EE | 37 | 39 |
| Octal | 124 | 131 | 315 | 73 | 71 | 0 | 24 | 356 | 67 | 71 |
| Binary | 1010100 | 1011001 | 11001101 | 111011 | 111001 | 0 | 10100 | 11101110 | 110111 | 111001 |
Color Harmonies of #5459CD
Complementary color
Monochromatic Colors of #5459CD
Black with #5459CD
Text Example
Text Example
White with #5459CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459CD; }
p { color: rgb(84,89,205); }
H1.HeaderClassName
{
color: #5459CD;
}
.AnyTagClassName
{
color: #5459CD;
}
</style>
background-color css
<style>
a { background-color: #5459CD; }
a { background-color: rgb(84,89,205); }
div.DivClassName
{
background-color: #5459CD;
}
.BgClassName
{
background-color: #5459CD;
}
</style>
border-color css
<style>
span { border-color: #5459CD; }
span { border-color: rgb(84,89,205); }
td.TdClassName
{
border-color: #5459CD;
}
.TagClassName
{
border-color: #5459CD;
}
</style>