Shades of Free Speech Blue #534FC6
Tints of Free Speech Blue #534FC6
RGB
CMYK
RGB Variations
Color information
#534FC6 (or 0x534FC6) is known color: Free Speech Blue. HEX triplet: 53, 4F and C6. RGB value is (83,79,198). Sum of RGB (Red+Green+Blue) = 83+79+198=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #534FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FC6 is #ACB039. Grayscale: #5D5D5D. Windows color (decimal): -11317306 or 12996435. OLE color: 12996435.
HSL color Cylindrical-coordinate representation of color #534FC6: hue angle of 242.02º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534FC6 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 79 | 198 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.22 |
| HSL | 242.02º | 0.51% | 0.54% | - |
| HSV(B) | 242.02º | 0.6% | 0.78% | - |
| XYZ | 16.56 | 11.51 | 54.77 | - |
| YUV | 93.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 198 | 0.58 | 0.60 | 0 | 0.22 | 242.02 | 0.51 | 0.54 |
| Hex | 53 | 4F | C6 | 3A | 3C | 0 | 16 | F2 | 33 | 36 |
| Octal | 123 | 117 | 306 | 72 | 74 | 0 | 26 | 362 | 63 | 66 |
| Binary | 1010011 | 1001111 | 11000110 | 111010 | 111100 | 0 | 10110 | 11110010 | 110011 | 110110 |
Color Harmonies of #534FC6
Complementary color
Monochromatic Colors of #534FC6
Black with #534FC6
Text Example
Text Example
White with #534FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FC6; }
p { color: rgb(83,79,198); }
H1.HeaderClassName
{
color: #534FC6;
}
.AnyTagClassName
{
color: #534FC6;
}
</style>
background-color css
<style>
a { background-color: #534FC6; }
a { background-color: rgb(83,79,198); }
div.DivClassName
{
background-color: #534FC6;
}
.BgClassName
{
background-color: #534FC6;
}
</style>
border-color css
<style>
span { border-color: #534FC6; }
span { border-color: rgb(83,79,198); }
td.TdClassName
{
border-color: #534FC6;
}
.TagClassName
{
border-color: #534FC6;
}
</style>