Shades of Jelly Bean #507A8C
Tints of Jelly Bean #507A8C
RGB
CMYK
RGB Variations
Color information
#507A8C (or 0x507A8C) is known color: Jelly Bean. HEX triplet: 50, 7A and 8C. RGB value is (80,122,140). Sum of RGB (Red+Green+Blue) = 80+122+140=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #507A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A8C is #AF8573. Grayscale: #6F6F6F. Windows color (decimal): -11502964 or 9206352. OLE color: 9206352.
HSL color Cylindrical-coordinate representation of color #507A8C: hue angle of 198º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507A8C is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 122 | 140 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.45 |
| HSL | 198º | 0.27% | 0.43% | - |
| HSV(B) | 198º | 0.43% | 0.55% | - |
| XYZ | 15 | 17.52 | 27.4 | - |
| YUV | 111.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 140 | 0.43 | 0.13 | 0 | 0.45 | 198 | 0.27 | 0.43 |
| Hex | 50 | 7A | 8C | 2B | D | 0 | 2D | C6 | 1B | 2B |
| Octal | 120 | 172 | 214 | 53 | 15 | 0 | 55 | 306 | 33 | 53 |
| Binary | 1010000 | 1111010 | 10001100 | 101011 | 1101 | 0 | 101101 | 11000110 | 11011 | 101011 |
Color Harmonies of #507A8C
Complementary color
Monochromatic Colors of #507A8C
Black with #507A8C
Text Example
Text Example
White with #507A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A8C; }
p { color: rgb(80,122,140); }
H1.HeaderClassName
{
color: #507A8C;
}
.AnyTagClassName
{
color: #507A8C;
}
</style>
background-color css
<style>
a { background-color: #507A8C; }
a { background-color: rgb(80,122,140); }
div.DivClassName
{
background-color: #507A8C;
}
.BgClassName
{
background-color: #507A8C;
}
</style>
border-color css
<style>
span { border-color: #507A8C; }
span { border-color: rgb(80,122,140); }
td.TdClassName
{
border-color: #507A8C;
}
.TagClassName
{
border-color: #507A8C;
}
</style>