Shades of Free Speech Blue #5457C6
Tints of Free Speech Blue #5457C6
RGB
CMYK
RGB Variations
Color information
#5457C6 (or 0x5457C6) is known color: Free Speech Blue. HEX triplet: 54, 57 and C6. RGB value is (84,87,198). Sum of RGB (Red+Green+Blue) = 84+87+198=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #5457C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5457C6 is #ABA839. Grayscale: #626262. Windows color (decimal): -11249722 or 12998484. OLE color: 12998484.
HSL color Cylindrical-coordinate representation of color #5457C6: hue angle of 238.42º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5457C6 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 87 | 198 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.22 |
| HSL | 238.42º | 0.5% | 0.55% | - |
| HSV(B) | 238.42º | 0.58% | 0.78% | - |
| XYZ | 17.26 | 12.78 | 54.98 | - |
| YUV | 98.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 198 | 0.58 | 0.56 | 0 | 0.22 | 238.42 | 0.5 | 0.55 |
| Hex | 54 | 57 | C6 | 3A | 38 | 0 | 16 | EE | 32 | 37 |
| Octal | 124 | 127 | 306 | 72 | 70 | 0 | 26 | 356 | 62 | 67 |
| Binary | 1010100 | 1010111 | 11000110 | 111010 | 111000 | 0 | 10110 | 11101110 | 110010 | 110111 |
Color Harmonies of #5457C6
Complementary color
Monochromatic Colors of #5457C6
Black with #5457C6
Text Example
Text Example
White with #5457C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5457C6; }
p { color: rgb(84,87,198); }
H1.HeaderClassName
{
color: #5457C6;
}
.AnyTagClassName
{
color: #5457C6;
}
</style>
background-color css
<style>
a { background-color: #5457C6; }
a { background-color: rgb(84,87,198); }
div.DivClassName
{
background-color: #5457C6;
}
.BgClassName
{
background-color: #5457C6;
}
</style>
border-color css
<style>
span { border-color: #5457C6; }
span { border-color: rgb(84,87,198); }
td.TdClassName
{
border-color: #5457C6;
}
.TagClassName
{
border-color: #5457C6;
}
</style>