Shades of Free Speech Blue #5260C9
Tints of Free Speech Blue #5260C9
RGB
CMYK
RGB Variations
Color information
#5260C9 (or 0x5260C9) is known color: Free Speech Blue. HEX triplet: 52, 60 and C9. RGB value is (82,96,201). Sum of RGB (Red+Green+Blue) = 82+96+201=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #5260C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260C9 is #AD9F36. Grayscale: #676767. Windows color (decimal): -11378487 or 13197394. OLE color: 13197394.
HSL color Cylindrical-coordinate representation of color #5260C9: hue angle of 232.94º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5260C9 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 96 | 201 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.21 |
| HSL | 232.94º | 0.52% | 0.55% | - |
| HSV(B) | 232.94º | 0.59% | 0.79% | - |
| XYZ | 18.21 | 14.38 | 57.07 | - |
| YUV | 103.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 201 | 0.59 | 0.52 | 0 | 0.21 | 232.94 | 0.52 | 0.55 |
| Hex | 52 | 60 | C9 | 3B | 34 | 0 | 15 | E9 | 34 | 37 |
| Octal | 122 | 140 | 311 | 73 | 64 | 0 | 25 | 351 | 64 | 67 |
| Binary | 1010010 | 1100000 | 11001001 | 111011 | 110100 | 0 | 10101 | 11101001 | 110100 | 110111 |
Color Harmonies of #5260C9
Complementary color
Monochromatic Colors of #5260C9
Black with #5260C9
Text Example
Text Example
White with #5260C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260C9; }
p { color: rgb(82,96,201); }
H1.HeaderClassName
{
color: #5260C9;
}
.AnyTagClassName
{
color: #5260C9;
}
</style>
background-color css
<style>
a { background-color: #5260C9; }
a { background-color: rgb(82,96,201); }
div.DivClassName
{
background-color: #5260C9;
}
.BgClassName
{
background-color: #5260C9;
}
</style>
border-color css
<style>
span { border-color: #5260C9; }
span { border-color: rgb(82,96,201); }
td.TdClassName
{
border-color: #5260C9;
}
.TagClassName
{
border-color: #5260C9;
}
</style>