Shades of Free Speech Blue #534FCD
Tints of Free Speech Blue #534FCD
RGB
CMYK
RGB Variations
Color information
#534FCD (or 0x534FCD) is known color: Free Speech Blue. HEX triplet: 53, 4F and CD. RGB value is (83,79,205). Sum of RGB (Red+Green+Blue) = 83+79+205=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #534FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FCD is #ACB032. Grayscale: #5E5E5E. Windows color (decimal): -11317299 or 13455187. OLE color: 13455187.
HSL color Cylindrical-coordinate representation of color #534FCD: hue angle of 241.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534FCD is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 79 | 205 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.20 |
| HSL | 241.9º | 0.56% | 0.56% | - |
| HSV(B) | 241.9º | 0.61% | 0.8% | - |
| XYZ | 17.38 | 11.84 | 59.13 | - |
| YUV | 94.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 205 | 0.60 | 0.61 | 0 | 0.20 | 241.9 | 0.56 | 0.56 |
| Hex | 53 | 4F | CD | 3C | 3D | 0 | 14 | F2 | 38 | 38 |
| Octal | 123 | 117 | 315 | 74 | 75 | 0 | 24 | 362 | 70 | 70 |
| Binary | 1010011 | 1001111 | 11001101 | 111100 | 111101 | 0 | 10100 | 11110010 | 111000 | 111000 |
Color Harmonies of #534FCD
Complementary color
Monochromatic Colors of #534FCD
Black with #534FCD
Text Example
Text Example
White with #534FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FCD; }
p { color: rgb(83,79,205); }
H1.HeaderClassName
{
color: #534FCD;
}
.AnyTagClassName
{
color: #534FCD;
}
</style>
background-color css
<style>
a { background-color: #534FCD; }
a { background-color: rgb(83,79,205); }
div.DivClassName
{
background-color: #534FCD;
}
.BgClassName
{
background-color: #534FCD;
}
</style>
border-color css
<style>
span { border-color: #534FCD; }
span { border-color: rgb(83,79,205); }
td.TdClassName
{
border-color: #534FCD;
}
.TagClassName
{
border-color: #534FCD;
}
</style>