Shades of Free Speech Blue #5255CE
Tints of Free Speech Blue #5255CE
RGB
CMYK
RGB Variations
Color information
#5255CE (or 0x5255CE) is known color: Free Speech Blue. HEX triplet: 52, 55 and CE. RGB value is (82,85,206). Sum of RGB (Red+Green+Blue) = 82+85+206=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #5255CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255CE is #ADAA31. Grayscale: #616161. Windows color (decimal): -11381298 or 13522258. OLE color: 13522258.
HSL color Cylindrical-coordinate representation of color #5255CE: hue angle of 238.55º 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 #5255CE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 85 | 206 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.19 |
| HSL | 238.55º | 0.56% | 0.56% | - |
| HSV(B) | 238.55º | 0.6% | 0.81% | - |
| XYZ | 17.87 | 12.75 | 59.91 | - |
| YUV | 97.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 206 | 0.60 | 0.59 | 0 | 0.19 | 238.55 | 0.56 | 0.56 |
| Hex | 52 | 55 | CE | 3C | 3B | 0 | 13 | EF | 38 | 38 |
| Octal | 122 | 125 | 316 | 74 | 73 | 0 | 23 | 357 | 70 | 70 |
| Binary | 1010010 | 1010101 | 11001110 | 111100 | 111011 | 0 | 10011 | 11101111 | 111000 | 111000 |
Color Harmonies of #5255CE
Complementary color
Monochromatic Colors of #5255CE
Black with #5255CE
Text Example
Text Example
White with #5255CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255CE; }
p { color: rgb(82,85,206); }
H1.HeaderClassName
{
color: #5255CE;
}
.AnyTagClassName
{
color: #5255CE;
}
</style>
background-color css
<style>
a { background-color: #5255CE; }
a { background-color: rgb(82,85,206); }
div.DivClassName
{
background-color: #5255CE;
}
.BgClassName
{
background-color: #5255CE;
}
</style>
border-color css
<style>
span { border-color: #5255CE; }
span { border-color: rgb(82,85,206); }
td.TdClassName
{
border-color: #5255CE;
}
.TagClassName
{
border-color: #5255CE;
}
</style>