Shades of Free Speech Blue #5454C8
Tints of Free Speech Blue #5454C8
RGB
CMYK
RGB Variations
Color information
#5454C8 (or 0x5454C8) is known color: Free Speech Blue. HEX triplet: 54, 54 and C8. RGB value is (84,84,200). Sum of RGB (Red+Green+Blue) = 84+84+200=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 200 (78.52% from 255 or 54.35% from 368); Max value from RGB is 200 - color contains mainly: blue. Hex color #5454C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5454C8 is #ABAB37. Grayscale: #606060. Windows color (decimal): -11250488 or 13128788. OLE color: 13128788.
HSL color Cylindrical-coordinate representation of color #5454C8: hue angle of 240º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5454C8 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 84 | 200 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.22 |
| HSL | 240º | 0.51% | 0.56% | - |
| HSV(B) | 240º | 0.58% | 0.78% | - |
| XYZ | 17.25 | 12.4 | 56.13 | - |
| YUV | 97.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 200 | 0.58 | 0.58 | 0 | 0.22 | 240 | 0.51 | 0.56 |
| Hex | 54 | 54 | C8 | 3A | 3A | 0 | 16 | F0 | 33 | 38 |
| Octal | 124 | 124 | 310 | 72 | 72 | 0 | 26 | 360 | 63 | 70 |
| Binary | 1010100 | 1010100 | 11001000 | 111010 | 111010 | 0 | 10110 | 11110000 | 110011 | 111000 |
Color Harmonies of #5454C8
Complementary color
Monochromatic Colors of #5454C8
Black with #5454C8
Text Example
Text Example
White with #5454C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5454C8; }
p { color: rgb(84,84,200); }
H1.HeaderClassName
{
color: #5454C8;
}
.AnyTagClassName
{
color: #5454C8;
}
</style>
background-color css
<style>
a { background-color: #5454C8; }
a { background-color: rgb(84,84,200); }
div.DivClassName
{
background-color: #5454C8;
}
.BgClassName
{
background-color: #5454C8;
}
</style>
border-color css
<style>
span { border-color: #5454C8; }
span { border-color: rgb(84,84,200); }
td.TdClassName
{
border-color: #5454C8;
}
.TagClassName
{
border-color: #5454C8;
}
</style>