Shades of Free Speech Blue #534CC6
Tints of Free Speech Blue #534CC6
RGB
CMYK
RGB Variations
Color information
#534CC6 (or 0x534CC6) is known color: Free Speech Blue. HEX triplet: 53, 4C and C6. RGB value is (83,76,198). Sum of RGB (Red+Green+Blue) = 83+76+198=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #534CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CC6 is #ACB339. Grayscale: #5B5B5B. Windows color (decimal): -11318074 or 12995667. OLE color: 12995667.
HSL color Cylindrical-coordinate representation of color #534CC6: hue angle of 243.44º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #534CC6 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 76 | 198 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.22 |
| HSL | 243.44º | 0.52% | 0.54% | - |
| HSV(B) | 243.44º | 0.62% | 0.78% | - |
| XYZ | 16.34 | 11.09 | 54.7 | - |
| YUV | 92 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 198 | 0.58 | 0.62 | 0 | 0.22 | 243.44 | 0.52 | 0.54 |
| Hex | 53 | 4C | C6 | 3A | 3E | 0 | 16 | F3 | 34 | 36 |
| Octal | 123 | 114 | 306 | 72 | 76 | 0 | 26 | 363 | 64 | 66 |
| Binary | 1010011 | 1001100 | 11000110 | 111010 | 111110 | 0 | 10110 | 11110011 | 110100 | 110110 |
Color Harmonies of #534CC6
Complementary color
Monochromatic Colors of #534CC6
Black with #534CC6
Text Example
Text Example
White with #534CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CC6; }
p { color: rgb(83,76,198); }
H1.HeaderClassName
{
color: #534CC6;
}
.AnyTagClassName
{
color: #534CC6;
}
</style>
background-color css
<style>
a { background-color: #534CC6; }
a { background-color: rgb(83,76,198); }
div.DivClassName
{
background-color: #534CC6;
}
.BgClassName
{
background-color: #534CC6;
}
</style>
border-color css
<style>
span { border-color: #534CC6; }
span { border-color: rgb(83,76,198); }
td.TdClassName
{
border-color: #534CC6;
}
.TagClassName
{
border-color: #534CC6;
}
</style>