Shades of Free Speech Blue #5354CF
Tints of Free Speech Blue #5354CF
RGB
CMYK
RGB Variations
Color information
#5354CF (or 0x5354CF) is known color: Free Speech Blue. HEX triplet: 53, 54 and CF. RGB value is (83,84,207). Sum of RGB (Red+Green+Blue) = 83+84+207=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #5354CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354CF is #ACAB30. Grayscale: #616161. Windows color (decimal): -11316017 or 13587539. OLE color: 13587539.
HSL color Cylindrical-coordinate representation of color #5354CF: hue angle of 239.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5354CF is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 84 | 207 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.19 |
| HSL | 239.52º | 0.56% | 0.57% | - |
| HSV(B) | 239.52º | 0.6% | 0.81% | - |
| XYZ | 18 | 12.68 | 60.53 | - |
| YUV | 97.72 | 189.67 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 207 | 0.60 | 0.59 | 0 | 0.19 | 239.52 | 0.56 | 0.57 |
| Hex | 53 | 54 | CF | 3C | 3B | 0 | 13 | F0 | 38 | 39 |
| Octal | 123 | 124 | 317 | 74 | 73 | 0 | 23 | 360 | 70 | 71 |
| Binary | 1010011 | 1010100 | 11001111 | 111100 | 111011 | 0 | 10011 | 11110000 | 111000 | 111001 |
Color Harmonies of #5354CF
Complementary color
Monochromatic Colors of #5354CF
Black with #5354CF
Text Example
Text Example
White with #5354CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5354CF; }
p { color: rgb(83,84,207); }
H1.HeaderClassName
{
color: #5354CF;
}
.AnyTagClassName
{
color: #5354CF;
}
</style>
background-color css
<style>
a { background-color: #5354CF; }
a { background-color: rgb(83,84,207); }
div.DivClassName
{
background-color: #5354CF;
}
.BgClassName
{
background-color: #5354CF;
}
</style>
border-color css
<style>
span { border-color: #5354CF; }
span { border-color: rgb(83,84,207); }
td.TdClassName
{
border-color: #5354CF;
}
.TagClassName
{
border-color: #5354CF;
}
</style>