Shades of Free Speech Blue #5259CA
Tints of Free Speech Blue #5259CA
RGB
CMYK
RGB Variations
Color information
#5259CA (or 0x5259CA) is known color: Free Speech Blue. HEX triplet: 52, 59 and CA. RGB value is (82,89,202). Sum of RGB (Red+Green+Blue) = 82+89+202=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5259CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5259CA is #ADA635. Grayscale: #636363. Windows color (decimal): -11380278 or 13261138. OLE color: 13261138.
HSL color Cylindrical-coordinate representation of color #5259CA: hue angle of 236.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5259CA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 89 | 202 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.21 |
| HSL | 236.5º | 0.53% | 0.56% | - |
| HSV(B) | 236.5º | 0.59% | 0.79% | - |
| XYZ | 17.71 | 13.2 | 57.49 | - |
| YUV | 99.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 202 | 0.59 | 0.56 | 0 | 0.21 | 236.5 | 0.53 | 0.56 |
| Hex | 52 | 59 | CA | 3B | 38 | 0 | 15 | EC | 35 | 38 |
| Octal | 122 | 131 | 312 | 73 | 70 | 0 | 25 | 354 | 65 | 70 |
| Binary | 1010010 | 1011001 | 11001010 | 111011 | 111000 | 0 | 10101 | 11101100 | 110101 | 111000 |
Color Harmonies of #5259CA
Complementary color
Monochromatic Colors of #5259CA
Black with #5259CA
Text Example
Text Example
White with #5259CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259CA; }
p { color: rgb(82,89,202); }
H1.HeaderClassName
{
color: #5259CA;
}
.AnyTagClassName
{
color: #5259CA;
}
</style>
background-color css
<style>
a { background-color: #5259CA; }
a { background-color: rgb(82,89,202); }
div.DivClassName
{
background-color: #5259CA;
}
.BgClassName
{
background-color: #5259CA;
}
</style>
border-color css
<style>
span { border-color: #5259CA; }
span { border-color: rgb(82,89,202); }
td.TdClassName
{
border-color: #5259CA;
}
.TagClassName
{
border-color: #5259CA;
}
</style>