Shades of Free Speech Blue #5265C9
Tints of Free Speech Blue #5265C9
RGB
CMYK
RGB Variations
Color information
#5265C9 (or 0x5265C9) is known color: Free Speech Blue. HEX triplet: 52, 65 and C9. RGB value is (82,101,201). Sum of RGB (Red+Green+Blue) = 82+101+201=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #5265C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265C9 is #AD9A36. Grayscale: #6A6A6A. Windows color (decimal): -11377207 or 13198674. OLE color: 13198674.
HSL color Cylindrical-coordinate representation of color #5265C9: hue angle of 230.42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5265C9 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 101 | 201 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.21 |
| HSL | 230.42º | 0.52% | 0.55% | - |
| HSV(B) | 230.42º | 0.59% | 0.79% | - |
| XYZ | 18.68 | 15.32 | 57.23 | - |
| YUV | 106.72 | 181.21 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 201 | 0.59 | 0.50 | 0 | 0.21 | 230.42 | 0.52 | 0.55 |
| Hex | 52 | 65 | C9 | 3B | 32 | 0 | 15 | E6 | 34 | 37 |
| Octal | 122 | 145 | 311 | 73 | 62 | 0 | 25 | 346 | 64 | 67 |
| Binary | 1010010 | 1100101 | 11001001 | 111011 | 110010 | 0 | 10101 | 11100110 | 110100 | 110111 |
Color Harmonies of #5265C9
Complementary color
Monochromatic Colors of #5265C9
Black with #5265C9
Text Example
Text Example
White with #5265C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265C9; }
p { color: rgb(82,101,201); }
H1.HeaderClassName
{
color: #5265C9;
}
.AnyTagClassName
{
color: #5265C9;
}
</style>
background-color css
<style>
a { background-color: #5265C9; }
a { background-color: rgb(82,101,201); }
div.DivClassName
{
background-color: #5265C9;
}
.BgClassName
{
background-color: #5265C9;
}
</style>
border-color css
<style>
span { border-color: #5265C9; }
span { border-color: rgb(82,101,201); }
td.TdClassName
{
border-color: #5265C9;
}
.TagClassName
{
border-color: #5265C9;
}
</style>