Shades of Free Speech Blue #524ECF
Tints of Free Speech Blue #524ECF
RGB
CMYK
RGB Variations
Color information
#524ECF (or 0x524ECF) is known color: Free Speech Blue. HEX triplet: 52, 4E and CF. RGB value is (82,78,207). Sum of RGB (Red+Green+Blue) = 82+78+207=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #524ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524ECF is #ADB130. Grayscale: #5D5D5D. Windows color (decimal): -11383089 or 13586002. OLE color: 13586002.
HSL color Cylindrical-coordinate representation of color #524ECF: hue angle of 241.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #524ECF is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 78 | 207 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.19 |
| HSL | 241.86º | 0.57% | 0.56% | - |
| HSV(B) | 241.86º | 0.62% | 0.81% | - |
| XYZ | 17.47 | 11.75 | 60.38 | - |
| YUV | 93.9 | 191.83 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 207 | 0.60 | 0.62 | 0 | 0.19 | 241.86 | 0.57 | 0.56 |
| Hex | 52 | 4E | CF | 3C | 3E | 0 | 13 | F2 | 39 | 38 |
| Octal | 122 | 116 | 317 | 74 | 76 | 0 | 23 | 362 | 71 | 70 |
| Binary | 1010010 | 1001110 | 11001111 | 111100 | 111110 | 0 | 10011 | 11110010 | 111001 | 111000 |
Color Harmonies of #524ECF
Complementary color
Monochromatic Colors of #524ECF
Black with #524ECF
Text Example
Text Example
White with #524ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ECF; }
p { color: rgb(82,78,207); }
H1.HeaderClassName
{
color: #524ECF;
}
.AnyTagClassName
{
color: #524ECF;
}
</style>
background-color css
<style>
a { background-color: #524ECF; }
a { background-color: rgb(82,78,207); }
div.DivClassName
{
background-color: #524ECF;
}
.BgClassName
{
background-color: #524ECF;
}
</style>
border-color css
<style>
span { border-color: #524ECF; }
span { border-color: rgb(82,78,207); }
td.TdClassName
{
border-color: #524ECF;
}
.TagClassName
{
border-color: #524ECF;
}
</style>