Shades of Jelly Bean #507988
Tints of Jelly Bean #507988
RGB
CMYK
RGB Variations
Color information
#507988 (or 0x507988) is known color: Jelly Bean. HEX triplet: 50, 79 and 88. RGB value is (80,121,136). Sum of RGB (Red+Green+Blue) = 80+121+136=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #507988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507988 is #AF8677. Grayscale: #6E6E6E. Windows color (decimal): -11503224 or 8943952. OLE color: 8943952.
HSL color Cylindrical-coordinate representation of color #507988: hue angle of 196.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507988 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 121 | 136 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.47 |
| HSL | 196.07º | 0.26% | 0.42% | - |
| HSV(B) | 196.07º | 0.41% | 0.53% | - |
| XYZ | 14.59 | 17.16 | 25.84 | - |
| YUV | 110.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 136 | 0.41 | 0.11 | 0 | 0.47 | 196.07 | 0.26 | 0.42 |
| Hex | 50 | 79 | 88 | 29 | B | 0 | 2F | C4 | 1A | 2A |
| Octal | 120 | 171 | 210 | 51 | 13 | 0 | 57 | 304 | 32 | 52 |
| Binary | 1010000 | 1111001 | 10001000 | 101001 | 1011 | 0 | 101111 | 11000100 | 11010 | 101010 |
Color Harmonies of #507988
Complementary color
Monochromatic Colors of #507988
Black with #507988
Text Example
Text Example
White with #507988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507988; }
p { color: rgb(80,121,136); }
H1.HeaderClassName
{
color: #507988;
}
.AnyTagClassName
{
color: #507988;
}
</style>
background-color css
<style>
a { background-color: #507988; }
a { background-color: rgb(80,121,136); }
div.DivClassName
{
background-color: #507988;
}
.BgClassName
{
background-color: #507988;
}
</style>
border-color css
<style>
span { border-color: #507988; }
span { border-color: rgb(80,121,136); }
td.TdClassName
{
border-color: #507988;
}
.TagClassName
{
border-color: #507988;
}
</style>