Shades of Free Speech Blue #506ACB
Tints of Free Speech Blue #506ACB
RGB
CMYK
RGB Variations
Color information
#506ACB (or 0x506ACB) is known color: Free Speech Blue. HEX triplet: 50, 6A and CB. RGB value is (80,106,203). Sum of RGB (Red+Green+Blue) = 80+106+203=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #506ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ACB is #AF9534. Grayscale: #6C6C6C. Windows color (decimal): -11506997 or 13331024. OLE color: 13331024.
HSL color Cylindrical-coordinate representation of color #506ACB: hue angle of 227.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506ACB is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 106 | 203 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.20 |
| HSL | 227.32º | 0.54% | 0.55% | - |
| HSV(B) | 227.32º | 0.61% | 0.8% | - |
| XYZ | 19.24 | 16.33 | 58.64 | - |
| YUV | 109.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 203 | 0.61 | 0.48 | 0 | 0.20 | 227.32 | 0.54 | 0.55 |
| Hex | 50 | 6A | CB | 3D | 30 | 0 | 14 | E3 | 36 | 37 |
| Octal | 120 | 152 | 313 | 75 | 60 | 0 | 24 | 343 | 66 | 67 |
| Binary | 1010000 | 1101010 | 11001011 | 111101 | 110000 | 0 | 10100 | 11100011 | 110110 | 110111 |
Color Harmonies of #506ACB
Complementary color
Monochromatic Colors of #506ACB
Black with #506ACB
Text Example
Text Example
White with #506ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506ACB; }
p { color: rgb(80,106,203); }
H1.HeaderClassName
{
color: #506ACB;
}
.AnyTagClassName
{
color: #506ACB;
}
</style>
background-color css
<style>
a { background-color: #506ACB; }
a { background-color: rgb(80,106,203); }
div.DivClassName
{
background-color: #506ACB;
}
.BgClassName
{
background-color: #506ACB;
}
</style>
border-color css
<style>
span { border-color: #506ACB; }
span { border-color: rgb(80,106,203); }
td.TdClassName
{
border-color: #506ACB;
}
.TagClassName
{
border-color: #506ACB;
}
</style>