Shades of Free Speech Blue #525FCC
Tints of Free Speech Blue #525FCC
RGB
CMYK
RGB Variations
Color information
#525FCC (or 0x525FCC) is known color: Free Speech Blue. HEX triplet: 52, 5F and CC. RGB value is (82,95,204). Sum of RGB (Red+Green+Blue) = 82+95+204=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #525FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FCC is #ADA033. Grayscale: #676767. Windows color (decimal): -11378740 or 13393746. OLE color: 13393746.
HSL color Cylindrical-coordinate representation of color #525FCC: hue angle of 233.61º 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 #525FCC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 95 | 204 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.2 |
| HSL | 233.61º | 0.54% | 0.56% | - |
| HSV(B) | 233.61º | 0.6% | 0.8% | - |
| XYZ | 18.47 | 14.34 | 58.92 | - |
| YUV | 103.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 204 | 0.60 | 0.53 | 0 | 0.2 | 233.61 | 0.54 | 0.56 |
| Hex | 52 | 5F | CC | 3C | 35 | 0 | 14 | EA | 36 | 38 |
| Octal | 122 | 137 | 314 | 74 | 65 | 0 | 24 | 352 | 66 | 70 |
| Binary | 1010010 | 1011111 | 11001100 | 111100 | 110101 | 0 | 10100 | 11101010 | 110110 | 111000 |
Color Harmonies of #525FCC
Complementary color
Monochromatic Colors of #525FCC
Black with #525FCC
Text Example
Text Example
White with #525FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FCC; }
p { color: rgb(82,95,204); }
H1.HeaderClassName
{
color: #525FCC;
}
.AnyTagClassName
{
color: #525FCC;
}
</style>
background-color css
<style>
a { background-color: #525FCC; }
a { background-color: rgb(82,95,204); }
div.DivClassName
{
background-color: #525FCC;
}
.BgClassName
{
background-color: #525FCC;
}
</style>
border-color css
<style>
span { border-color: #525FCC; }
span { border-color: rgb(82,95,204); }
td.TdClassName
{
border-color: #525FCC;
}
.TagClassName
{
border-color: #525FCC;
}
</style>