Shades of Free Speech Blue #525ECE
Tints of Free Speech Blue #525ECE
RGB
CMYK
RGB Variations
Color information
#525ECE (or 0x525ECE) is known color: Free Speech Blue. HEX triplet: 52, 5E and CE. RGB value is (82,94,206). Sum of RGB (Red+Green+Blue) = 82+94+206=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #525ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ECE is #ADA131. Grayscale: #666666. Windows color (decimal): -11378994 or 13524562. OLE color: 13524562.
HSL color Cylindrical-coordinate representation of color #525ECE: hue angle of 234.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525ECE is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 94 | 206 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.19 |
| HSL | 234.19º | 0.56% | 0.56% | - |
| HSV(B) | 234.19º | 0.6% | 0.81% | - |
| XYZ | 18.62 | 14.26 | 60.16 | - |
| YUV | 103.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 206 | 0.60 | 0.54 | 0 | 0.19 | 234.19 | 0.56 | 0.56 |
| Hex | 52 | 5E | CE | 3C | 36 | 0 | 13 | EA | 38 | 38 |
| Octal | 122 | 136 | 316 | 74 | 66 | 0 | 23 | 352 | 70 | 70 |
| Binary | 1010010 | 1011110 | 11001110 | 111100 | 110110 | 0 | 10011 | 11101010 | 111000 | 111000 |
Color Harmonies of #525ECE
Complementary color
Monochromatic Colors of #525ECE
Black with #525ECE
Text Example
Text Example
White with #525ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ECE; }
p { color: rgb(82,94,206); }
H1.HeaderClassName
{
color: #525ECE;
}
.AnyTagClassName
{
color: #525ECE;
}
</style>
background-color css
<style>
a { background-color: #525ECE; }
a { background-color: rgb(82,94,206); }
div.DivClassName
{
background-color: #525ECE;
}
.BgClassName
{
background-color: #525ECE;
}
</style>
border-color css
<style>
span { border-color: #525ECE; }
span { border-color: rgb(82,94,206); }
td.TdClassName
{
border-color: #525ECE;
}
.TagClassName
{
border-color: #525ECE;
}
</style>