Shades of Free Speech Blue #5267CE
Tints of Free Speech Blue #5267CE
RGB
CMYK
RGB Variations
Color information
#5267CE (or 0x5267CE) is known color: Free Speech Blue. HEX triplet: 52, 67 and CE. RGB value is (82,103,206). Sum of RGB (Red+Green+Blue) = 82+103+206=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5267CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267CE is #AD9831. Grayscale: #6C6C6C. Windows color (decimal): -11376690 or 13526866. OLE color: 13526866.
HSL color Cylindrical-coordinate representation of color #5267CE: hue angle of 229.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5267CE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 103 | 206 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.19 |
| HSL | 229.84º | 0.56% | 0.56% | - |
| HSV(B) | 229.84º | 0.6% | 0.81% | - |
| XYZ | 19.47 | 15.95 | 60.45 | - |
| YUV | 108.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 206 | 0.60 | 0.50 | 0 | 0.19 | 229.84 | 0.56 | 0.56 |
| Hex | 52 | 67 | CE | 3C | 32 | 0 | 13 | E6 | 38 | 38 |
| Octal | 122 | 147 | 316 | 74 | 62 | 0 | 23 | 346 | 70 | 70 |
| Binary | 1010010 | 1100111 | 11001110 | 111100 | 110010 | 0 | 10011 | 11100110 | 111000 | 111000 |
Color Harmonies of #5267CE
Complementary color
Monochromatic Colors of #5267CE
Black with #5267CE
Text Example
Text Example
White with #5267CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267CE; }
p { color: rgb(82,103,206); }
H1.HeaderClassName
{
color: #5267CE;
}
.AnyTagClassName
{
color: #5267CE;
}
</style>
background-color css
<style>
a { background-color: #5267CE; }
a { background-color: rgb(82,103,206); }
div.DivClassName
{
background-color: #5267CE;
}
.BgClassName
{
background-color: #5267CE;
}
</style>
border-color css
<style>
span { border-color: #5267CE; }
span { border-color: rgb(82,103,206); }
td.TdClassName
{
border-color: #5267CE;
}
.TagClassName
{
border-color: #5267CE;
}
</style>