Shades of Free Speech Blue #534AC5
Tints of Free Speech Blue #534AC5
RGB
CMYK
RGB Variations
Color information
#534AC5 (or 0x534AC5) is known color: Free Speech Blue. HEX triplet: 53, 4A and C5. RGB value is (83,74,197). Sum of RGB (Red+Green+Blue) = 83+74+197=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #534AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AC5 is #ACB53A. Grayscale: #5A5A5A. Windows color (decimal): -11318587 or 12929619. OLE color: 12929619.
HSL color Cylindrical-coordinate representation of color #534AC5: hue angle of 244.39º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534AC5 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 74 | 197 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.23 |
| HSL | 244.39º | 0.51% | 0.53% | - |
| HSV(B) | 244.39º | 0.62% | 0.77% | - |
| XYZ | 16.09 | 10.77 | 54.05 | - |
| YUV | 90.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 197 | 0.58 | 0.62 | 0 | 0.23 | 244.39 | 0.51 | 0.53 |
| Hex | 53 | 4A | C5 | 3A | 3E | 0 | 17 | F4 | 33 | 35 |
| Octal | 123 | 112 | 305 | 72 | 76 | 0 | 27 | 364 | 63 | 65 |
| Binary | 1010011 | 1001010 | 11000101 | 111010 | 111110 | 0 | 10111 | 11110100 | 110011 | 110101 |
Color Harmonies of #534AC5
Complementary color
Monochromatic Colors of #534AC5
Black with #534AC5
Text Example
Text Example
White with #534AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AC5; }
p { color: rgb(83,74,197); }
H1.HeaderClassName
{
color: #534AC5;
}
.AnyTagClassName
{
color: #534AC5;
}
</style>
background-color css
<style>
a { background-color: #534AC5; }
a { background-color: rgb(83,74,197); }
div.DivClassName
{
background-color: #534AC5;
}
.BgClassName
{
background-color: #534AC5;
}
</style>
border-color css
<style>
span { border-color: #534AC5; }
span { border-color: rgb(83,74,197); }
td.TdClassName
{
border-color: #534AC5;
}
.TagClassName
{
border-color: #534AC5;
}
</style>