Shades of Free Speech Blue #5052CE
Tints of Free Speech Blue #5052CE
RGB
CMYK
RGB Variations
Color information
#5052CE (or 0x5052CE) is known color: Free Speech Blue. HEX triplet: 50, 52 and CE. RGB value is (80,82,206). Sum of RGB (Red+Green+Blue) = 80+82+206=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #5052CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052CE is #AFAD31. Grayscale: #5F5F5F. Windows color (decimal): -11513138 or 13521488. OLE color: 13521488.
HSL color Cylindrical-coordinate representation of color #5052CE: hue angle of 239.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5052CE is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 82 | 206 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.19 |
| HSL | 239.05º | 0.56% | 0.56% | - |
| HSV(B) | 239.05º | 0.61% | 0.81% | - |
| XYZ | 17.47 | 12.2 | 59.83 | - |
| YUV | 95.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 206 | 0.61 | 0.60 | 0 | 0.19 | 239.05 | 0.56 | 0.56 |
| Hex | 50 | 52 | CE | 3D | 3C | 0 | 13 | EF | 38 | 38 |
| Octal | 120 | 122 | 316 | 75 | 74 | 0 | 23 | 357 | 70 | 70 |
| Binary | 1010000 | 1010010 | 11001110 | 111101 | 111100 | 0 | 10011 | 11101111 | 111000 | 111000 |
Color Harmonies of #5052CE
Complementary color
Monochromatic Colors of #5052CE
Black with #5052CE
Text Example
Text Example
White with #5052CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5052CE; }
p { color: rgb(80,82,206); }
H1.HeaderClassName
{
color: #5052CE;
}
.AnyTagClassName
{
color: #5052CE;
}
</style>
background-color css
<style>
a { background-color: #5052CE; }
a { background-color: rgb(80,82,206); }
div.DivClassName
{
background-color: #5052CE;
}
.BgClassName
{
background-color: #5052CE;
}
</style>
border-color css
<style>
span { border-color: #5052CE; }
span { border-color: rgb(80,82,206); }
td.TdClassName
{
border-color: #5052CE;
}
.TagClassName
{
border-color: #5052CE;
}
</style>