Shades of Jelly Bean #507485
Tints of Jelly Bean #507485
RGB
CMYK
RGB Variations
Color information
#507485 (or 0x507485) is known color: Jelly Bean. HEX triplet: 50, 74 and 85. RGB value is (80,116,133). Sum of RGB (Red+Green+Blue) = 80+116+133=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #507485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507485 is #AF8B7A. Grayscale: #6B6B6B. Windows color (decimal): -11504507 or 8746064. OLE color: 8746064.
HSL color Cylindrical-coordinate representation of color #507485: hue angle of 199.25º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507485 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 116 | 133 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.48 |
| HSL | 199.25º | 0.25% | 0.42% | - |
| HSV(B) | 199.25º | 0.4% | 0.52% | - |
| XYZ | 13.79 | 15.89 | 24.53 | - |
| YUV | 107.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 133 | 0.40 | 0.13 | 0 | 0.48 | 199.25 | 0.25 | 0.42 |
| Hex | 50 | 74 | 85 | 28 | D | 0 | 30 | C7 | 19 | 2A |
| Octal | 120 | 164 | 205 | 50 | 15 | 0 | 60 | 307 | 31 | 52 |
| Binary | 1010000 | 1110100 | 10000101 | 101000 | 1101 | 0 | 110000 | 11000111 | 11001 | 101010 |
Color Harmonies of #507485
Complementary color
Monochromatic Colors of #507485
Black with #507485
Text Example
Text Example
White with #507485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507485; }
p { color: rgb(80,116,133); }
H1.HeaderClassName
{
color: #507485;
}
.AnyTagClassName
{
color: #507485;
}
</style>
background-color css
<style>
a { background-color: #507485; }
a { background-color: rgb(80,116,133); }
div.DivClassName
{
background-color: #507485;
}
.BgClassName
{
background-color: #507485;
}
</style>
border-color css
<style>
span { border-color: #507485; }
span { border-color: rgb(80,116,133); }
td.TdClassName
{
border-color: #507485;
}
.TagClassName
{
border-color: #507485;
}
</style>