Shades of Free Speech Blue #5266C5
Tints of Free Speech Blue #5266C5
RGB
CMYK
RGB Variations
Color information
#5266C5 (or 0x5266C5) is known color: Free Speech Blue. HEX triplet: 52, 66 and C5. RGB value is (82,102,197). Sum of RGB (Red+Green+Blue) = 82+102+197=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #5266C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266C5 is #AD993A. Grayscale: #6A6A6A. Windows color (decimal): -11376955 or 12936786. OLE color: 12936786.
HSL color Cylindrical-coordinate representation of color #5266C5: hue angle of 229.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5266C5 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 102 | 197 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.23 |
| HSL | 229.57º | 0.5% | 0.55% | - |
| HSV(B) | 229.57º | 0.58% | 0.77% | - |
| XYZ | 18.31 | 15.33 | 54.82 | - |
| YUV | 106.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 197 | 0.58 | 0.48 | 0 | 0.23 | 229.57 | 0.5 | 0.55 |
| Hex | 52 | 66 | C5 | 3A | 30 | 0 | 17 | E6 | 32 | 37 |
| Octal | 122 | 146 | 305 | 72 | 60 | 0 | 27 | 346 | 62 | 67 |
| Binary | 1010010 | 1100110 | 11000101 | 111010 | 110000 | 0 | 10111 | 11100110 | 110010 | 110111 |
Color Harmonies of #5266C5
Complementary color
Monochromatic Colors of #5266C5
Black with #5266C5
Text Example
Text Example
White with #5266C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266C5; }
p { color: rgb(82,102,197); }
H1.HeaderClassName
{
color: #5266C5;
}
.AnyTagClassName
{
color: #5266C5;
}
</style>
background-color css
<style>
a { background-color: #5266C5; }
a { background-color: rgb(82,102,197); }
div.DivClassName
{
background-color: #5266C5;
}
.BgClassName
{
background-color: #5266C5;
}
</style>
border-color css
<style>
span { border-color: #5266C5; }
span { border-color: rgb(82,102,197); }
td.TdClassName
{
border-color: #5266C5;
}
.TagClassName
{
border-color: #5266C5;
}
</style>