Shades of Free Speech Blue #524DC8
Tints of Free Speech Blue #524DC8
RGB
CMYK
RGB Variations
Color information
#524DC8 (or 0x524DC8) is known color: Free Speech Blue. HEX triplet: 52, 4D and C8. RGB value is (82,77,200). Sum of RGB (Red+Green+Blue) = 82+77+200=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #524DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DC8 is #ADB237. Grayscale: #5C5C5C. Windows color (decimal): -11383352 or 13126994. OLE color: 13126994.
HSL color Cylindrical-coordinate representation of color #524DC8: hue angle of 242.44º degrees, saturation: 0.53, 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 #524DC8 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 77 | 200 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.22 |
| HSL | 242.44º | 0.53% | 0.54% | - |
| HSV(B) | 242.44º | 0.62% | 0.78% | - |
| XYZ | 16.56 | 11.27 | 55.95 | - |
| YUV | 92.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 200 | 0.59 | 0.62 | 0 | 0.22 | 242.44 | 0.53 | 0.54 |
| Hex | 52 | 4D | C8 | 3B | 3E | 0 | 16 | F2 | 35 | 36 |
| Octal | 122 | 115 | 310 | 73 | 76 | 0 | 26 | 362 | 65 | 66 |
| Binary | 1010010 | 1001101 | 11001000 | 111011 | 111110 | 0 | 10110 | 11110010 | 110101 | 110110 |
Color Harmonies of #524DC8
Complementary color
Monochromatic Colors of #524DC8
Black with #524DC8
Text Example
Text Example
White with #524DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524DC8; }
p { color: rgb(82,77,200); }
H1.HeaderClassName
{
color: #524DC8;
}
.AnyTagClassName
{
color: #524DC8;
}
</style>
background-color css
<style>
a { background-color: #524DC8; }
a { background-color: rgb(82,77,200); }
div.DivClassName
{
background-color: #524DC8;
}
.BgClassName
{
background-color: #524DC8;
}
</style>
border-color css
<style>
span { border-color: #524DC8; }
span { border-color: rgb(82,77,200); }
td.TdClassName
{
border-color: #524DC8;
}
.TagClassName
{
border-color: #524DC8;
}
</style>