Shades of Free Speech Blue #504CCC
Tints of Free Speech Blue #504CCC
RGB
CMYK
RGB Variations
Color information
#504CCC (or 0x504CCC) is known color: Free Speech Blue. HEX triplet: 50, 4C and CC. RGB value is (80,76,204). Sum of RGB (Red+Green+Blue) = 80+76+204=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #504CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CCC is #AFB333. Grayscale: #5B5B5B. Windows color (decimal): -11514676 or 13388880. OLE color: 13388880.
HSL color Cylindrical-coordinate representation of color #504CCC: hue angle of 241.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504CCC is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 76 | 204 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.2 |
| HSL | 241.88º | 0.56% | 0.55% | - |
| HSV(B) | 241.88º | 0.63% | 0.8% | - |
| XYZ | 16.79 | 11.23 | 58.41 | - |
| YUV | 91.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 204 | 0.61 | 0.63 | 0 | 0.2 | 241.88 | 0.56 | 0.55 |
| Hex | 50 | 4C | CC | 3D | 3F | 0 | 14 | F2 | 38 | 37 |
| Octal | 120 | 114 | 314 | 75 | 77 | 0 | 24 | 362 | 70 | 67 |
| Binary | 1010000 | 1001100 | 11001100 | 111101 | 111111 | 0 | 10100 | 11110010 | 111000 | 110111 |
Color Harmonies of #504CCC
Complementary color
Monochromatic Colors of #504CCC
Black with #504CCC
Text Example
Text Example
White with #504CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CCC; }
p { color: rgb(80,76,204); }
H1.HeaderClassName
{
color: #504CCC;
}
.AnyTagClassName
{
color: #504CCC;
}
</style>
background-color css
<style>
a { background-color: #504CCC; }
a { background-color: rgb(80,76,204); }
div.DivClassName
{
background-color: #504CCC;
}
.BgClassName
{
background-color: #504CCC;
}
</style>
border-color css
<style>
span { border-color: #504CCC; }
span { border-color: rgb(80,76,204); }
td.TdClassName
{
border-color: #504CCC;
}
.TagClassName
{
border-color: #504CCC;
}
</style>