Shades of Free Speech Blue #5259C5
Tints of Free Speech Blue #5259C5
RGB
CMYK
RGB Variations
Color information
#5259C5 (or 0x5259C5) is known color: Free Speech Blue. HEX triplet: 52, 59 and C5. RGB value is (82,89,197). Sum of RGB (Red+Green+Blue) = 82+89+197=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #5259C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259C5 is #ADA63A. Grayscale: #626262. Windows color (decimal): -11380283 or 12933458. OLE color: 12933458.
HSL color Cylindrical-coordinate representation of color #5259C5: hue angle of 236.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5259C5 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 89 | 197 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.23 |
| HSL | 236.35º | 0.5% | 0.55% | - |
| HSV(B) | 236.35º | 0.58% | 0.77% | - |
| XYZ | 17.13 | 12.97 | 54.42 | - |
| YUV | 99.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 197 | 0.58 | 0.55 | 0 | 0.23 | 236.35 | 0.5 | 0.55 |
| Hex | 52 | 59 | C5 | 3A | 37 | 0 | 17 | EC | 32 | 37 |
| Octal | 122 | 131 | 305 | 72 | 67 | 0 | 27 | 354 | 62 | 67 |
| Binary | 1010010 | 1011001 | 11000101 | 111010 | 110111 | 0 | 10111 | 11101100 | 110010 | 110111 |
Color Harmonies of #5259C5
Complementary color
Monochromatic Colors of #5259C5
Black with #5259C5
Text Example
Text Example
White with #5259C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259C5; }
p { color: rgb(82,89,197); }
H1.HeaderClassName
{
color: #5259C5;
}
.AnyTagClassName
{
color: #5259C5;
}
</style>
background-color css
<style>
a { background-color: #5259C5; }
a { background-color: rgb(82,89,197); }
div.DivClassName
{
background-color: #5259C5;
}
.BgClassName
{
background-color: #5259C5;
}
</style>
border-color css
<style>
span { border-color: #5259C5; }
span { border-color: rgb(82,89,197); }
td.TdClassName
{
border-color: #5259C5;
}
.TagClassName
{
border-color: #5259C5;
}
</style>