Shades of Free Speech Blue #5260C1
Tints of Free Speech Blue #5260C1
RGB
CMYK
RGB Variations
Color information
#5260C1 (or 0x5260C1) is known color: Free Speech Blue. HEX triplet: 52, 60 and C1. RGB value is (82,96,193). Sum of RGB (Red+Green+Blue) = 82+96+193=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #5260C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260C1 is #AD9F3E. Grayscale: #666666. Windows color (decimal): -11378495 or 12673106. OLE color: 12673106.
HSL color Cylindrical-coordinate representation of color #5260C1: hue angle of 232.43º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5260C1 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 96 | 193 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.24 |
| HSL | 232.43º | 0.47% | 0.54% | - |
| HSV(B) | 232.43º | 0.58% | 0.76% | - |
| XYZ | 17.29 | 14.01 | 52.25 | - |
| YUV | 102.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 193 | 0.58 | 0.50 | 0 | 0.24 | 232.43 | 0.47 | 0.54 |
| Hex | 52 | 60 | C1 | 3A | 32 | 0 | 18 | E8 | 2F | 36 |
| Octal | 122 | 140 | 301 | 72 | 62 | 0 | 30 | 350 | 57 | 66 |
| Binary | 1010010 | 1100000 | 11000001 | 111010 | 110010 | 0 | 11000 | 11101000 | 101111 | 110110 |
Color Harmonies of #5260C1
Complementary color
Monochromatic Colors of #5260C1
Black with #5260C1
Text Example
Text Example
White with #5260C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260C1; }
p { color: rgb(82,96,193); }
H1.HeaderClassName
{
color: #5260C1;
}
.AnyTagClassName
{
color: #5260C1;
}
</style>
background-color css
<style>
a { background-color: #5260C1; }
a { background-color: rgb(82,96,193); }
div.DivClassName
{
background-color: #5260C1;
}
.BgClassName
{
background-color: #5260C1;
}
</style>
border-color css
<style>
span { border-color: #5260C1; }
span { border-color: rgb(82,96,193); }
td.TdClassName
{
border-color: #5260C1;
}
.TagClassName
{
border-color: #5260C1;
}
</style>