Shades of Free Speech Blue #525ACC
Tints of Free Speech Blue #525ACC
RGB
CMYK
RGB Variations
Color information
#525ACC (or 0x525ACC) is known color: Free Speech Blue. HEX triplet: 52, 5A and CC. RGB value is (82,90,204). Sum of RGB (Red+Green+Blue) = 82+90+204=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #525ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ACC is #ADA533. Grayscale: #646464. Windows color (decimal): -11380020 or 13392466. OLE color: 13392466.
HSL color Cylindrical-coordinate representation of color #525ACC: hue angle of 236.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525ACC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 90 | 204 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.2 |
| HSL | 236.07º | 0.54% | 0.56% | - |
| HSV(B) | 236.07º | 0.6% | 0.8% | - |
| XYZ | 18.03 | 13.47 | 58.78 | - |
| YUV | 100.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 204 | 0.60 | 0.56 | 0 | 0.2 | 236.07 | 0.54 | 0.56 |
| Hex | 52 | 5A | CC | 3C | 38 | 0 | 14 | EC | 36 | 38 |
| Octal | 122 | 132 | 314 | 74 | 70 | 0 | 24 | 354 | 66 | 70 |
| Binary | 1010010 | 1011010 | 11001100 | 111100 | 111000 | 0 | 10100 | 11101100 | 110110 | 111000 |
Color Harmonies of #525ACC
Complementary color
Monochromatic Colors of #525ACC
Black with #525ACC
Text Example
Text Example
White with #525ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ACC; }
p { color: rgb(82,90,204); }
H1.HeaderClassName
{
color: #525ACC;
}
.AnyTagClassName
{
color: #525ACC;
}
</style>
background-color css
<style>
a { background-color: #525ACC; }
a { background-color: rgb(82,90,204); }
div.DivClassName
{
background-color: #525ACC;
}
.BgClassName
{
background-color: #525ACC;
}
</style>
border-color css
<style>
span { border-color: #525ACC; }
span { border-color: rgb(82,90,204); }
td.TdClassName
{
border-color: #525ACC;
}
.TagClassName
{
border-color: #525ACC;
}
</style>