Shades of Free Speech Blue #5262CC
Tints of Free Speech Blue #5262CC
RGB
CMYK
RGB Variations
Color information
#5262CC (or 0x5262CC) is known color: Free Speech Blue. HEX triplet: 52, 62 and CC. RGB value is (82,98,204). Sum of RGB (Red+Green+Blue) = 82+98+204=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #5262CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5262CC is #AD9D33. Grayscale: #686868. Windows color (decimal): -11377972 or 13394514. OLE color: 13394514.
HSL color Cylindrical-coordinate representation of color #5262CC: hue angle of 232.13º 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 #5262CC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 98 | 204 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.2 |
| HSL | 232.13º | 0.54% | 0.56% | - |
| HSV(B) | 232.13º | 0.6% | 0.8% | - |
| XYZ | 18.75 | 14.89 | 59.01 | - |
| YUV | 105.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 204 | 0.60 | 0.52 | 0 | 0.2 | 232.13 | 0.54 | 0.56 |
| Hex | 52 | 62 | CC | 3C | 34 | 0 | 14 | E8 | 36 | 38 |
| Octal | 122 | 142 | 314 | 74 | 64 | 0 | 24 | 350 | 66 | 70 |
| Binary | 1010010 | 1100010 | 11001100 | 111100 | 110100 | 0 | 10100 | 11101000 | 110110 | 111000 |
Color Harmonies of #5262CC
Complementary color
Monochromatic Colors of #5262CC
Black with #5262CC
Text Example
Text Example
White with #5262CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5262CC; }
p { color: rgb(82,98,204); }
H1.HeaderClassName
{
color: #5262CC;
}
.AnyTagClassName
{
color: #5262CC;
}
</style>
background-color css
<style>
a { background-color: #5262CC; }
a { background-color: rgb(82,98,204); }
div.DivClassName
{
background-color: #5262CC;
}
.BgClassName
{
background-color: #5262CC;
}
</style>
border-color css
<style>
span { border-color: #5262CC; }
span { border-color: rgb(82,98,204); }
td.TdClassName
{
border-color: #5262CC;
}
.TagClassName
{
border-color: #5262CC;
}
</style>