Shades of Free Speech Blue #5263CC
Tints of Free Speech Blue #5263CC
RGB
CMYK
RGB Variations
Color information
#5263CC (or 0x5263CC) is known color: Free Speech Blue. HEX triplet: 52, 63 and CC. RGB value is (82,99,204). Sum of RGB (Red+Green+Blue) = 82+99+204=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5263CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5263CC is #AD9C33. Grayscale: #696969. Windows color (decimal): -11377716 or 13394770. OLE color: 13394770.
HSL color Cylindrical-coordinate representation of color #5263CC: hue angle of 231.64º 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 #5263CC is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 99 | 204 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.2 |
| HSL | 231.64º | 0.54% | 0.56% | - |
| HSV(B) | 231.64º | 0.6% | 0.8% | - |
| XYZ | 18.84 | 15.08 | 59.04 | - |
| YUV | 105.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 204 | 0.60 | 0.51 | 0 | 0.2 | 231.64 | 0.54 | 0.56 |
| Hex | 52 | 63 | CC | 3C | 33 | 0 | 14 | E8 | 36 | 38 |
| Octal | 122 | 143 | 314 | 74 | 63 | 0 | 24 | 350 | 66 | 70 |
| Binary | 1010010 | 1100011 | 11001100 | 111100 | 110011 | 0 | 10100 | 11101000 | 110110 | 111000 |
Color Harmonies of #5263CC
Complementary color
Monochromatic Colors of #5263CC
Black with #5263CC
Text Example
Text Example
White with #5263CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5263CC; }
p { color: rgb(82,99,204); }
H1.HeaderClassName
{
color: #5263CC;
}
.AnyTagClassName
{
color: #5263CC;
}
</style>
background-color css
<style>
a { background-color: #5263CC; }
a { background-color: rgb(82,99,204); }
div.DivClassName
{
background-color: #5263CC;
}
.BgClassName
{
background-color: #5263CC;
}
</style>
border-color css
<style>
span { border-color: #5263CC; }
span { border-color: rgb(82,99,204); }
td.TdClassName
{
border-color: #5263CC;
}
.TagClassName
{
border-color: #5263CC;
}
</style>