Shades of Free Speech Blue #5259C6
Tints of Free Speech Blue #5259C6
RGB
CMYK
RGB Variations
Color information
#5259C6 (or 0x5259C6) is known color: Free Speech Blue. HEX triplet: 52, 59 and C6. RGB value is (82,89,198). Sum of RGB (Red+Green+Blue) = 82+89+198=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #5259C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259C6 is #ADA639. Grayscale: #626262. Windows color (decimal): -11380282 or 12998994. OLE color: 12998994.
HSL color Cylindrical-coordinate representation of color #5259C6: hue angle of 236.38º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5259C6 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 89 | 198 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.22 |
| HSL | 236.38º | 0.5% | 0.55% | - |
| HSV(B) | 236.38º | 0.59% | 0.78% | - |
| XYZ | 17.25 | 13.02 | 55.03 | - |
| YUV | 99.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 198 | 0.59 | 0.55 | 0 | 0.22 | 236.38 | 0.5 | 0.55 |
| Hex | 52 | 59 | C6 | 3B | 37 | 0 | 16 | EC | 32 | 37 |
| Octal | 122 | 131 | 306 | 73 | 67 | 0 | 26 | 354 | 62 | 67 |
| Binary | 1010010 | 1011001 | 11000110 | 111011 | 110111 | 0 | 10110 | 11101100 | 110010 | 110111 |
Color Harmonies of #5259C6
Complementary color
Monochromatic Colors of #5259C6
Black with #5259C6
Text Example
Text Example
White with #5259C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259C6; }
p { color: rgb(82,89,198); }
H1.HeaderClassName
{
color: #5259C6;
}
.AnyTagClassName
{
color: #5259C6;
}
</style>
background-color css
<style>
a { background-color: #5259C6; }
a { background-color: rgb(82,89,198); }
div.DivClassName
{
background-color: #5259C6;
}
.BgClassName
{
background-color: #5259C6;
}
</style>
border-color css
<style>
span { border-color: #5259C6; }
span { border-color: rgb(82,89,198); }
td.TdClassName
{
border-color: #5259C6;
}
.TagClassName
{
border-color: #5259C6;
}
</style>