Shades of Free Speech Blue #5458C9
Tints of Free Speech Blue #5458C9
RGB
CMYK
RGB Variations
Color information
#5458C9 (or 0x5458C9) is known color: Free Speech Blue. HEX triplet: 54, 58 and C9. RGB value is (84,88,201). Sum of RGB (Red+Green+Blue) = 84+88+201=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #5458C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5458C9 is #ABA736. Grayscale: #636363. Windows color (decimal): -11249463 or 13195348. OLE color: 13195348.
HSL color Cylindrical-coordinate representation of color #5458C9: hue angle of 237.95º degrees, saturation: 0.52, 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 #5458C9 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 88 | 201 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.21 |
| HSL | 237.95º | 0.52% | 0.56% | - |
| HSV(B) | 237.95º | 0.58% | 0.79% | - |
| XYZ | 17.69 | 13.08 | 56.85 | - |
| YUV | 99.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 201 | 0.58 | 0.56 | 0 | 0.21 | 237.95 | 0.52 | 0.56 |
| Hex | 54 | 58 | C9 | 3A | 38 | 0 | 15 | EE | 34 | 38 |
| Octal | 124 | 130 | 311 | 72 | 70 | 0 | 25 | 356 | 64 | 70 |
| Binary | 1010100 | 1011000 | 11001001 | 111010 | 111000 | 0 | 10101 | 11101110 | 110100 | 111000 |
Color Harmonies of #5458C9
Complementary color
Monochromatic Colors of #5458C9
Black with #5458C9
Text Example
Text Example
White with #5458C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5458C9; }
p { color: rgb(84,88,201); }
H1.HeaderClassName
{
color: #5458C9;
}
.AnyTagClassName
{
color: #5458C9;
}
</style>
background-color css
<style>
a { background-color: #5458C9; }
a { background-color: rgb(84,88,201); }
div.DivClassName
{
background-color: #5458C9;
}
.BgClassName
{
background-color: #5458C9;
}
</style>
border-color css
<style>
span { border-color: #5458C9; }
span { border-color: rgb(84,88,201); }
td.TdClassName
{
border-color: #5458C9;
}
.TagClassName
{
border-color: #5458C9;
}
</style>