Shades of Free Speech Blue #5042C8
Tints of Free Speech Blue #5042C8
RGB
CMYK
RGB Variations
Color information
#5042C8 (or 0x5042C8) is known color: Free Speech Blue. HEX triplet: 50, 42 and C8. RGB value is (80,66,200). Sum of RGB (Red+Green+Blue) = 80+66+200=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #5042C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5042C8 is #AFBD37. Grayscale: #545454. Windows color (decimal): -11517240 or 13124176. OLE color: 13124176.
HSL color Cylindrical-coordinate representation of color #5042C8: hue angle of 246.27º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5042C8 is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 66 | 200 | - |
| CMYK | 0.6 | 0.67 | 0 | 0.22 |
| HSL | 246.27º | 0.55% | 0.52% | - |
| HSV(B) | 246.27º | 0.67% | 0.78% | - |
| XYZ | 15.68 | 9.77 | 55.7 | - |
| YUV | 85.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 200 | 0.6 | 0.67 | 0 | 0.22 | 246.27 | 0.55 | 0.52 |
| Hex | 50 | 42 | C8 | 3C | 43 | 0 | 16 | F6 | 37 | 34 |
| Octal | 120 | 102 | 310 | 74 | 103 | 0 | 26 | 366 | 67 | 64 |
| Binary | 1010000 | 1000010 | 11001000 | 111100 | 1000011 | 0 | 10110 | 11110110 | 110111 | 110100 |
Color Harmonies of #5042C8
Complementary color
Monochromatic Colors of #5042C8
Black with #5042C8
Text Example
Text Example
White with #5042C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5042C8; }
p { color: rgb(80,66,200); }
H1.HeaderClassName
{
color: #5042C8;
}
.AnyTagClassName
{
color: #5042C8;
}
</style>
background-color css
<style>
a { background-color: #5042C8; }
a { background-color: rgb(80,66,200); }
div.DivClassName
{
background-color: #5042C8;
}
.BgClassName
{
background-color: #5042C8;
}
</style>
border-color css
<style>
span { border-color: #5042C8; }
span { border-color: rgb(80,66,200); }
td.TdClassName
{
border-color: #5042C8;
}
.TagClassName
{
border-color: #5042C8;
}
</style>