Shades of Free Speech Blue #5052CB
Tints of Free Speech Blue #5052CB
RGB
CMYK
RGB Variations
Color information
#5052CB (or 0x5052CB) is known color: Free Speech Blue. HEX triplet: 50, 52 and CB. RGB value is (80,82,203). Sum of RGB (Red+Green+Blue) = 80+82+203=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #5052CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052CB is #AFAD34. Grayscale: #5E5E5E. Windows color (decimal): -11513141 or 13324880. OLE color: 13324880.
HSL color Cylindrical-coordinate representation of color #5052CB: hue angle of 239.02º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5052CB is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 82 | 203 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.20 |
| HSL | 239.02º | 0.54% | 0.55% | - |
| HSV(B) | 239.02º | 0.61% | 0.8% | - |
| XYZ | 17.11 | 12.05 | 57.92 | - |
| YUV | 95.2 | 188.84 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 203 | 0.61 | 0.60 | 0 | 0.20 | 239.02 | 0.54 | 0.55 |
| Hex | 50 | 52 | CB | 3D | 3C | 0 | 14 | EF | 36 | 37 |
| Octal | 120 | 122 | 313 | 75 | 74 | 0 | 24 | 357 | 66 | 67 |
| Binary | 1010000 | 1010010 | 11001011 | 111101 | 111100 | 0 | 10100 | 11101111 | 110110 | 110111 |
Color Harmonies of #5052CB
Complementary color
Monochromatic Colors of #5052CB
Black with #5052CB
Text Example
Text Example
White with #5052CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5052CB; }
p { color: rgb(80,82,203); }
H1.HeaderClassName
{
color: #5052CB;
}
.AnyTagClassName
{
color: #5052CB;
}
</style>
background-color css
<style>
a { background-color: #5052CB; }
a { background-color: rgb(80,82,203); }
div.DivClassName
{
background-color: #5052CB;
}
.BgClassName
{
background-color: #5052CB;
}
</style>
border-color css
<style>
span { border-color: #5052CB; }
span { border-color: rgb(80,82,203); }
td.TdClassName
{
border-color: #5052CB;
}
.TagClassName
{
border-color: #5052CB;
}
</style>