Shades of Free Speech Blue #534FCC
Tints of Free Speech Blue #534FCC
RGB
CMYK
RGB Variations
Color information
#534FCC (or 0x534FCC) is known color: Free Speech Blue. HEX triplet: 53, 4F and CC. RGB value is (83,79,204). Sum of RGB (Red+Green+Blue) = 83+79+204=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #534FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FCC is #ACB033. Grayscale: #5D5D5D. Windows color (decimal): -11317300 or 13389651. OLE color: 13389651.
HSL color Cylindrical-coordinate representation of color #534FCC: hue angle of 241.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534FCC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 79 | 204 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.2 |
| HSL | 241.92º | 0.55% | 0.55% | - |
| HSV(B) | 241.92º | 0.61% | 0.8% | - |
| XYZ | 17.26 | 11.79 | 58.49 | - |
| YUV | 94.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 204 | 0.59 | 0.61 | 0 | 0.2 | 241.92 | 0.55 | 0.55 |
| Hex | 53 | 4F | CC | 3B | 3D | 0 | 14 | F2 | 37 | 37 |
| Octal | 123 | 117 | 314 | 73 | 75 | 0 | 24 | 362 | 67 | 67 |
| Binary | 1010011 | 1001111 | 11001100 | 111011 | 111101 | 0 | 10100 | 11110010 | 110111 | 110111 |
Color Harmonies of #534FCC
Complementary color
Monochromatic Colors of #534FCC
Black with #534FCC
Text Example
Text Example
White with #534FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FCC; }
p { color: rgb(83,79,204); }
H1.HeaderClassName
{
color: #534FCC;
}
.AnyTagClassName
{
color: #534FCC;
}
</style>
background-color css
<style>
a { background-color: #534FCC; }
a { background-color: rgb(83,79,204); }
div.DivClassName
{
background-color: #534FCC;
}
.BgClassName
{
background-color: #534FCC;
}
</style>
border-color css
<style>
span { border-color: #534FCC; }
span { border-color: rgb(83,79,204); }
td.TdClassName
{
border-color: #534FCC;
}
.TagClassName
{
border-color: #534FCC;
}
</style>