Shades of Free Speech Blue #5255CA
Tints of Free Speech Blue #5255CA
RGB
CMYK
RGB Variations
Color information
#5255CA (or 0x5255CA) is known color: Free Speech Blue. HEX triplet: 52, 55 and CA. RGB value is (82,85,202). Sum of RGB (Red+Green+Blue) = 82+85+202=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #5255CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5255CA is #ADAA35. Grayscale: #606060. Windows color (decimal): -11381302 or 13260114. OLE color: 13260114.
HSL color Cylindrical-coordinate representation of color #5255CA: hue angle of 238.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 #5255CA is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 85 | 202 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.21 |
| HSL | 238.5º | 0.53% | 0.56% | - |
| HSV(B) | 238.5º | 0.59% | 0.79% | - |
| XYZ | 17.39 | 12.56 | 57.38 | - |
| YUV | 97.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 202 | 0.59 | 0.58 | 0 | 0.21 | 238.5 | 0.53 | 0.56 |
| Hex | 52 | 55 | CA | 3B | 3A | 0 | 15 | EE | 35 | 38 |
| Octal | 122 | 125 | 312 | 73 | 72 | 0 | 25 | 356 | 65 | 70 |
| Binary | 1010010 | 1010101 | 11001010 | 111011 | 111010 | 0 | 10101 | 11101110 | 110101 | 111000 |
Color Harmonies of #5255CA
Complementary color
Monochromatic Colors of #5255CA
Black with #5255CA
Text Example
Text Example
White with #5255CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5255CA; }
p { color: rgb(82,85,202); }
H1.HeaderClassName
{
color: #5255CA;
}
.AnyTagClassName
{
color: #5255CA;
}
</style>
background-color css
<style>
a { background-color: #5255CA; }
a { background-color: rgb(82,85,202); }
div.DivClassName
{
background-color: #5255CA;
}
.BgClassName
{
background-color: #5255CA;
}
</style>
border-color css
<style>
span { border-color: #5255CA; }
span { border-color: rgb(82,85,202); }
td.TdClassName
{
border-color: #5255CA;
}
.TagClassName
{
border-color: #5255CA;
}
</style>