Shades of Free Speech Blue #534EC5
Tints of Free Speech Blue #534EC5
RGB
CMYK
RGB Variations
Color information
#534EC5 (or 0x534EC5) is known color: Free Speech Blue. HEX triplet: 53, 4E and C5. RGB value is (83,78,197). Sum of RGB (Red+Green+Blue) = 83+78+197=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #534EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EC5 is #ACB13A. Grayscale: #5C5C5C. Windows color (decimal): -11317563 or 12930643. OLE color: 12930643.
HSL color Cylindrical-coordinate representation of color #534EC5: hue angle of 242.52º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534EC5 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 78 | 197 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.23 |
| HSL | 242.52º | 0.51% | 0.54% | - |
| HSV(B) | 242.52º | 0.6% | 0.77% | - |
| XYZ | 16.37 | 11.32 | 54.15 | - |
| YUV | 93.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 197 | 0.58 | 0.60 | 0 | 0.23 | 242.52 | 0.51 | 0.54 |
| Hex | 53 | 4E | C5 | 3A | 3C | 0 | 17 | F3 | 33 | 36 |
| Octal | 123 | 116 | 305 | 72 | 74 | 0 | 27 | 363 | 63 | 66 |
| Binary | 1010011 | 1001110 | 11000101 | 111010 | 111100 | 0 | 10111 | 11110011 | 110011 | 110110 |
Color Harmonies of #534EC5
Complementary color
Monochromatic Colors of #534EC5
Black with #534EC5
Text Example
Text Example
White with #534EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EC5; }
p { color: rgb(83,78,197); }
H1.HeaderClassName
{
color: #534EC5;
}
.AnyTagClassName
{
color: #534EC5;
}
</style>
background-color css
<style>
a { background-color: #534EC5; }
a { background-color: rgb(83,78,197); }
div.DivClassName
{
background-color: #534EC5;
}
.BgClassName
{
background-color: #534EC5;
}
</style>
border-color css
<style>
span { border-color: #534EC5; }
span { border-color: rgb(83,78,197); }
td.TdClassName
{
border-color: #534EC5;
}
.TagClassName
{
border-color: #534EC5;
}
</style>