Shades of Free Speech Blue #5256CE
Tints of Free Speech Blue #5256CE
RGB
CMYK
RGB Variations
Color information
#5256CE (or 0x5256CE) is known color: Free Speech Blue. HEX triplet: 52, 56 and CE. RGB value is (82,86,206). Sum of RGB (Red+Green+Blue) = 82+86+206=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5256CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256CE is #ADA931. Grayscale: #616161. Windows color (decimal): -11381042 or 13522514. OLE color: 13522514.
HSL color Cylindrical-coordinate representation of color #5256CE: hue angle of 238.06º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5256CE is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 86 | 206 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.19 |
| HSL | 238.06º | 0.56% | 0.56% | - |
| HSV(B) | 238.06º | 0.6% | 0.81% | - |
| XYZ | 17.95 | 12.91 | 59.94 | - |
| YUV | 98.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 206 | 0.60 | 0.58 | 0 | 0.19 | 238.06 | 0.56 | 0.56 |
| Hex | 52 | 56 | CE | 3C | 3A | 0 | 13 | EE | 38 | 38 |
| Octal | 122 | 126 | 316 | 74 | 72 | 0 | 23 | 356 | 70 | 70 |
| Binary | 1010010 | 1010110 | 11001110 | 111100 | 111010 | 0 | 10011 | 11101110 | 111000 | 111000 |
Color Harmonies of #5256CE
Complementary color
Monochromatic Colors of #5256CE
Black with #5256CE
Text Example
Text Example
White with #5256CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256CE; }
p { color: rgb(82,86,206); }
H1.HeaderClassName
{
color: #5256CE;
}
.AnyTagClassName
{
color: #5256CE;
}
</style>
background-color css
<style>
a { background-color: #5256CE; }
a { background-color: rgb(82,86,206); }
div.DivClassName
{
background-color: #5256CE;
}
.BgClassName
{
background-color: #5256CE;
}
</style>
border-color css
<style>
span { border-color: #5256CE; }
span { border-color: rgb(82,86,206); }
td.TdClassName
{
border-color: #5256CE;
}
.TagClassName
{
border-color: #5256CE;
}
</style>