Shades of Free Speech Blue #505CBE
Tints of Free Speech Blue #505CBE
RGB
CMYK
RGB Variations
Color information
#505CBE (or 0x505CBE) is known color: Free Speech Blue. HEX triplet: 50, 5C and BE. RGB value is (80,92,190). Sum of RGB (Red+Green+Blue) = 80+92+190=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #505CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CBE is #AFA341. Grayscale: #636363. Windows color (decimal): -11510594 or 12475472. OLE color: 12475472.
HSL color Cylindrical-coordinate representation of color #505CBE: hue angle of 233.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505CBE is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 92 | 190 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.25 |
| HSL | 233.45º | 0.46% | 0.53% | - |
| HSV(B) | 233.45º | 0.58% | 0.75% | - |
| XYZ | 16.43 | 13.08 | 50.37 | - |
| YUV | 99.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 190 | 0.58 | 0.52 | 0 | 0.25 | 233.45 | 0.46 | 0.53 |
| Hex | 50 | 5C | BE | 3A | 34 | 0 | 19 | E9 | 2E | 35 |
| Octal | 120 | 134 | 276 | 72 | 64 | 0 | 31 | 351 | 56 | 65 |
| Binary | 1010000 | 1011100 | 10111110 | 111010 | 110100 | 0 | 11001 | 11101001 | 101110 | 110101 |
Color Harmonies of #505CBE
Complementary color
Monochromatic Colors of #505CBE
Black with #505CBE
Text Example
Text Example
White with #505CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505CBE; }
p { color: rgb(80,92,190); }
H1.HeaderClassName
{
color: #505CBE;
}
.AnyTagClassName
{
color: #505CBE;
}
</style>
background-color css
<style>
a { background-color: #505CBE; }
a { background-color: rgb(80,92,190); }
div.DivClassName
{
background-color: #505CBE;
}
.BgClassName
{
background-color: #505CBE;
}
</style>
border-color css
<style>
span { border-color: #505CBE; }
span { border-color: rgb(80,92,190); }
td.TdClassName
{
border-color: #505CBE;
}
.TagClassName
{
border-color: #505CBE;
}
</style>