Shades of Free Speech Blue #5260BC
Tints of Free Speech Blue #5260BC
RGB
CMYK
RGB Variations
Color information
#5260BC (or 0x5260BC) is known color: Free Speech Blue. HEX triplet: 52, 60 and BC. RGB value is (82,96,188). Sum of RGB (Red+Green+Blue) = 82+96+188=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #5260BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5260BC is #AD9F43. Grayscale: #656565. Windows color (decimal): -11378500 or 12345426. OLE color: 12345426.
HSL color Cylindrical-coordinate representation of color #5260BC: hue angle of 232.08º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5260BC is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 96 | 188 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.26 |
| HSL | 232.08º | 0.44% | 0.53% | - |
| HSV(B) | 232.08º | 0.56% | 0.74% | - |
| XYZ | 16.74 | 13.79 | 49.36 | - |
| YUV | 102.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 188 | 0.56 | 0.49 | 0 | 0.26 | 232.08 | 0.44 | 0.53 |
| Hex | 52 | 60 | BC | 38 | 31 | 0 | 1A | E8 | 2C | 35 |
| Octal | 122 | 140 | 274 | 70 | 61 | 0 | 32 | 350 | 54 | 65 |
| Binary | 1010010 | 1100000 | 10111100 | 111000 | 110001 | 0 | 11010 | 11101000 | 101100 | 110101 |
Color Harmonies of #5260BC
Complementary color
Monochromatic Colors of #5260BC
Black with #5260BC
Text Example
Text Example
White with #5260BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5260BC; }
p { color: rgb(82,96,188); }
H1.HeaderClassName
{
color: #5260BC;
}
.AnyTagClassName
{
color: #5260BC;
}
</style>
background-color css
<style>
a { background-color: #5260BC; }
a { background-color: rgb(82,96,188); }
div.DivClassName
{
background-color: #5260BC;
}
.BgClassName
{
background-color: #5260BC;
}
</style>
border-color css
<style>
span { border-color: #5260BC; }
span { border-color: rgb(82,96,188); }
td.TdClassName
{
border-color: #5260BC;
}
.TagClassName
{
border-color: #5260BC;
}
</style>