Shades of Free Speech Blue #5267BF
Tints of Free Speech Blue #5267BF
RGB
CMYK
RGB Variations
Color information
#5267BF (or 0x5267BF) is known color: Free Speech Blue. HEX triplet: 52, 67 and BF. RGB value is (82,103,191). Sum of RGB (Red+Green+Blue) = 82+103+191=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5267BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267BF is #AD9840. Grayscale: #6A6A6A. Windows color (decimal): -11376705 or 12543826. OLE color: 12543826.
HSL color Cylindrical-coordinate representation of color #5267BF: hue angle of 228.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5267BF is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 103 | 191 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.25 |
| HSL | 228.44º | 0.46% | 0.54% | - |
| HSV(B) | 228.44º | 0.57% | 0.75% | - |
| XYZ | 17.73 | 15.26 | 51.3 | - |
| YUV | 106.75 | 175.54 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 191 | 0.57 | 0.46 | 0 | 0.25 | 228.44 | 0.46 | 0.54 |
| Hex | 52 | 67 | BF | 39 | 2E | 0 | 19 | E4 | 2E | 36 |
| Octal | 122 | 147 | 277 | 71 | 56 | 0 | 31 | 344 | 56 | 66 |
| Binary | 1010010 | 1100111 | 10111111 | 111001 | 101110 | 0 | 11001 | 11100100 | 101110 | 110110 |
Color Harmonies of #5267BF
Complementary color
Monochromatic Colors of #5267BF
Black with #5267BF
Text Example
Text Example
White with #5267BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267BF; }
p { color: rgb(82,103,191); }
H1.HeaderClassName
{
color: #5267BF;
}
.AnyTagClassName
{
color: #5267BF;
}
</style>
background-color css
<style>
a { background-color: #5267BF; }
a { background-color: rgb(82,103,191); }
div.DivClassName
{
background-color: #5267BF;
}
.BgClassName
{
background-color: #5267BF;
}
</style>
border-color css
<style>
span { border-color: #5267BF; }
span { border-color: rgb(82,103,191); }
td.TdClassName
{
border-color: #5267BF;
}
.TagClassName
{
border-color: #5267BF;
}
</style>