Shades of Free Speech Blue #524ECE
Tints of Free Speech Blue #524ECE
RGB
CMYK
RGB Variations
Color information
#524ECE (or 0x524ECE) is known color: Free Speech Blue. HEX triplet: 52, 4E and CE. RGB value is (82,78,206). Sum of RGB (Red+Green+Blue) = 82+78+206=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #524ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524ECE is #ADB131. Grayscale: #5D5D5D. Windows color (decimal): -11383090 or 13520466. OLE color: 13520466.
HSL color Cylindrical-coordinate representation of color #524ECE: hue angle of 241.88º 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 #524ECE is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 78 | 206 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.19 |
| HSL | 241.88º | 0.57% | 0.56% | - |
| HSV(B) | 241.88º | 0.62% | 0.81% | - |
| XYZ | 17.34 | 11.7 | 59.74 | - |
| YUV | 93.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 206 | 0.60 | 0.62 | 0 | 0.19 | 241.88 | 0.57 | 0.56 |
| Hex | 52 | 4E | CE | 3C | 3E | 0 | 13 | F2 | 39 | 38 |
| Octal | 122 | 116 | 316 | 74 | 76 | 0 | 23 | 362 | 71 | 70 |
| Binary | 1010010 | 1001110 | 11001110 | 111100 | 111110 | 0 | 10011 | 11110010 | 111001 | 111000 |
Color Harmonies of #524ECE
Complementary color
Monochromatic Colors of #524ECE
Black with #524ECE
Text Example
Text Example
White with #524ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524ECE; }
p { color: rgb(82,78,206); }
H1.HeaderClassName
{
color: #524ECE;
}
.AnyTagClassName
{
color: #524ECE;
}
</style>
background-color css
<style>
a { background-color: #524ECE; }
a { background-color: rgb(82,78,206); }
div.DivClassName
{
background-color: #524ECE;
}
.BgClassName
{
background-color: #524ECE;
}
</style>
border-color css
<style>
span { border-color: #524ECE; }
span { border-color: rgb(82,78,206); }
td.TdClassName
{
border-color: #524ECE;
}
.TagClassName
{
border-color: #524ECE;
}
</style>