Shades of Jelly Bean #507888
Tints of Jelly Bean #507888
RGB
CMYK
RGB Variations
Color information
#507888 (or 0x507888) is known color: Jelly Bean. HEX triplet: 50, 78 and 88. RGB value is (80,120,136). Sum of RGB (Red+Green+Blue) = 80+120+136=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #507888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507888 is #AF8777. Grayscale: #6D6D6D. Windows color (decimal): -11503480 or 8943696. OLE color: 8943696.
HSL color Cylindrical-coordinate representation of color #507888: hue angle of 197.14º 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 #507888 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 120 | 136 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.47 |
| HSL | 197.14º | 0.26% | 0.42% | - |
| HSV(B) | 197.14º | 0.41% | 0.53% | - |
| XYZ | 14.47 | 16.92 | 25.8 | - |
| YUV | 109.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 136 | 0.41 | 0.12 | 0 | 0.47 | 197.14 | 0.26 | 0.42 |
| Hex | 50 | 78 | 88 | 29 | C | 0 | 2F | C5 | 1A | 2A |
| Octal | 120 | 170 | 210 | 51 | 14 | 0 | 57 | 305 | 32 | 52 |
| Binary | 1010000 | 1111000 | 10001000 | 101001 | 1100 | 0 | 101111 | 11000101 | 11010 | 101010 |
Color Harmonies of #507888
Complementary color
Monochromatic Colors of #507888
Black with #507888
Text Example
Text Example
White with #507888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507888; }
p { color: rgb(80,120,136); }
H1.HeaderClassName
{
color: #507888;
}
.AnyTagClassName
{
color: #507888;
}
</style>
background-color css
<style>
a { background-color: #507888; }
a { background-color: rgb(80,120,136); }
div.DivClassName
{
background-color: #507888;
}
.BgClassName
{
background-color: #507888;
}
</style>
border-color css
<style>
span { border-color: #507888; }
span { border-color: rgb(80,120,136); }
td.TdClassName
{
border-color: #507888;
}
.TagClassName
{
border-color: #507888;
}
</style>