Shades of Free Speech Blue #504CCE
Tints of Free Speech Blue #504CCE
RGB
CMYK
RGB Variations
Color information
#504CCE (or 0x504CCE) is known color: Free Speech Blue. HEX triplet: 50, 4C and CE. RGB value is (80,76,206). Sum of RGB (Red+Green+Blue) = 80+76+206=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #504CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CCE is #AFB331. Grayscale: #5B5B5B. Windows color (decimal): -11514674 or 13519952. OLE color: 13519952.
HSL color Cylindrical-coordinate representation of color #504CCE: hue angle of 241.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504CCE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 76 | 206 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.19 |
| HSL | 241.85º | 0.57% | 0.55% | - |
| HSV(B) | 241.85º | 0.63% | 0.81% | - |
| XYZ | 17.03 | 11.33 | 59.68 | - |
| YUV | 92.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 206 | 0.61 | 0.63 | 0 | 0.19 | 241.85 | 0.57 | 0.55 |
| Hex | 50 | 4C | CE | 3D | 3F | 0 | 13 | F2 | 39 | 37 |
| Octal | 120 | 114 | 316 | 75 | 77 | 0 | 23 | 362 | 71 | 67 |
| Binary | 1010000 | 1001100 | 11001110 | 111101 | 111111 | 0 | 10011 | 11110010 | 111001 | 110111 |
Color Harmonies of #504CCE
Complementary color
Monochromatic Colors of #504CCE
Black with #504CCE
Text Example
Text Example
White with #504CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CCE; }
p { color: rgb(80,76,206); }
H1.HeaderClassName
{
color: #504CCE;
}
.AnyTagClassName
{
color: #504CCE;
}
</style>
background-color css
<style>
a { background-color: #504CCE; }
a { background-color: rgb(80,76,206); }
div.DivClassName
{
background-color: #504CCE;
}
.BgClassName
{
background-color: #504CCE;
}
</style>
border-color css
<style>
span { border-color: #504CCE; }
span { border-color: rgb(80,76,206); }
td.TdClassName
{
border-color: #504CCE;
}
.TagClassName
{
border-color: #504CCE;
}
</style>