Shades of Free Speech Blue #504ACE
Tints of Free Speech Blue #504ACE
RGB
CMYK
RGB Variations
Color information
#504ACE (or 0x504ACE) is known color: Free Speech Blue. HEX triplet: 50, 4A and CE. RGB value is (80,74,206). Sum of RGB (Red+Green+Blue) = 80+74+206=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #504ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ACE is #AFB531. Grayscale: #5A5A5A. Windows color (decimal): -11515186 or 13519440. OLE color: 13519440.
HSL color Cylindrical-coordinate representation of color #504ACE: hue angle of 242.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504ACE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 74 | 206 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.19 |
| HSL | 242.73º | 0.57% | 0.55% | - |
| HSV(B) | 242.73º | 0.64% | 0.81% | - |
| XYZ | 16.9 | 11.06 | 59.64 | - |
| YUV | 90.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 206 | 0.61 | 0.64 | 0 | 0.19 | 242.73 | 0.57 | 0.55 |
| Hex | 50 | 4A | CE | 3D | 40 | 0 | 13 | F3 | 39 | 37 |
| Octal | 120 | 112 | 316 | 75 | 100 | 0 | 23 | 363 | 71 | 67 |
| Binary | 1010000 | 1001010 | 11001110 | 111101 | 1000000 | 0 | 10011 | 11110011 | 111001 | 110111 |
Color Harmonies of #504ACE
Complementary color
Monochromatic Colors of #504ACE
Black with #504ACE
Text Example
Text Example
White with #504ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ACE; }
p { color: rgb(80,74,206); }
H1.HeaderClassName
{
color: #504ACE;
}
.AnyTagClassName
{
color: #504ACE;
}
</style>
background-color css
<style>
a { background-color: #504ACE; }
a { background-color: rgb(80,74,206); }
div.DivClassName
{
background-color: #504ACE;
}
.BgClassName
{
background-color: #504ACE;
}
</style>
border-color css
<style>
span { border-color: #504ACE; }
span { border-color: rgb(80,74,206); }
td.TdClassName
{
border-color: #504ACE;
}
.TagClassName
{
border-color: #504ACE;
}
</style>