Shades of Free Speech Blue #5256CC
Tints of Free Speech Blue #5256CC
RGB
CMYK
RGB Variations
Color information
#5256CC (or 0x5256CC) is known color: Free Speech Blue. HEX triplet: 52, 56 and CC. RGB value is (82,86,204). Sum of RGB (Red+Green+Blue) = 82+86+204=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #5256CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256CC is #ADA933. Grayscale: #616161. Windows color (decimal): -11381044 or 13391442. OLE color: 13391442.
HSL color Cylindrical-coordinate representation of color #5256CC: hue angle of 238.03º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5256CC is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 86 | 204 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.2 |
| HSL | 238.03º | 0.54% | 0.56% | - |
| HSV(B) | 238.03º | 0.6% | 0.8% | - |
| XYZ | 17.71 | 12.81 | 58.67 | - |
| YUV | 98.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 204 | 0.60 | 0.58 | 0 | 0.2 | 238.03 | 0.54 | 0.56 |
| Hex | 52 | 56 | CC | 3C | 3A | 0 | 14 | EE | 36 | 38 |
| Octal | 122 | 126 | 314 | 74 | 72 | 0 | 24 | 356 | 66 | 70 |
| Binary | 1010010 | 1010110 | 11001100 | 111100 | 111010 | 0 | 10100 | 11101110 | 110110 | 111000 |
Color Harmonies of #5256CC
Complementary color
Monochromatic Colors of #5256CC
Black with #5256CC
Text Example
Text Example
White with #5256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256CC; }
p { color: rgb(82,86,204); }
H1.HeaderClassName
{
color: #5256CC;
}
.AnyTagClassName
{
color: #5256CC;
}
</style>
background-color css
<style>
a { background-color: #5256CC; }
a { background-color: rgb(82,86,204); }
div.DivClassName
{
background-color: #5256CC;
}
.BgClassName
{
background-color: #5256CC;
}
</style>
border-color css
<style>
span { border-color: #5256CC; }
span { border-color: rgb(82,86,204); }
td.TdClassName
{
border-color: #5256CC;
}
.TagClassName
{
border-color: #5256CC;
}
</style>