Shades of Free Speech Blue #5268C2
Tints of Free Speech Blue #5268C2
RGB
CMYK
RGB Variations
Color information
#5268C2 (or 0x5268C2) is known color: Free Speech Blue. HEX triplet: 52, 68 and C2. RGB value is (82,104,194). Sum of RGB (Red+Green+Blue) = 82+104+194=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 194 (76.17% from 255 or 51.05% from 380); Max value from RGB is 194 - color contains mainly: blue. Hex color #5268C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268C2 is #AD973D. Grayscale: #6B6B6B. Windows color (decimal): -11376446 or 12740690. OLE color: 12740690.
HSL color Cylindrical-coordinate representation of color #5268C2: hue angle of 228.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5268C2 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 104 | 194 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.24 |
| HSL | 228.21º | 0.48% | 0.54% | - |
| HSV(B) | 228.21º | 0.58% | 0.76% | - |
| XYZ | 18.17 | 15.59 | 53.09 | - |
| YUV | 107.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 194 | 0.58 | 0.46 | 0 | 0.24 | 228.21 | 0.48 | 0.54 |
| Hex | 52 | 68 | C2 | 3A | 2E | 0 | 18 | E4 | 30 | 36 |
| Octal | 122 | 150 | 302 | 72 | 56 | 0 | 30 | 344 | 60 | 66 |
| Binary | 1010010 | 1101000 | 11000010 | 111010 | 101110 | 0 | 11000 | 11100100 | 110000 | 110110 |
Color Harmonies of #5268C2
Complementary color
Monochromatic Colors of #5268C2
Black with #5268C2
Text Example
Text Example
White with #5268C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268C2; }
p { color: rgb(82,104,194); }
H1.HeaderClassName
{
color: #5268C2;
}
.AnyTagClassName
{
color: #5268C2;
}
</style>
background-color css
<style>
a { background-color: #5268C2; }
a { background-color: rgb(82,104,194); }
div.DivClassName
{
background-color: #5268C2;
}
.BgClassName
{
background-color: #5268C2;
}
</style>
border-color css
<style>
span { border-color: #5268C2; }
span { border-color: rgb(82,104,194); }
td.TdClassName
{
border-color: #5268C2;
}
.TagClassName
{
border-color: #5268C2;
}
</style>