#507E8E

Color #507E8E Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #507E8E

Tints of Jelly Bean #507E8E

Color information

#507E8E (or 0x507E8E) is unknown color: approx Jelly Bean. HEX triplet: 50, 7E and 8E. RGB value is (80,126,142). Sum of RGB (Red+Green+Blue) = 80+126+142=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #507E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E8E is #AF8171. Grayscale: #717171. Windows color (decimal): -11501938 or 9338448. OLE color: 9338448.

HSL color Cylindrical-coordinate representation of color #507E8E: hue angle of 195.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507E8E is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80126142-
CMYK0.440.1100.44
HSL195.48º27.93%43.53%-
HSV(B)195.48º43.66%55.69%-
XYZ15.6518.5828.35-
YUV114.07143.76103.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 126 (49.61% from 255) = 36.21%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=22.99%
G=36.21%
B=40.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801261420.440.1100.44195.4827.9343.53
Hex507E8E2CB02Cc31c2c
Octal12017621654130543033454
Binary1010000111111010001110101100101101011001100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507E8E; }

 p { color: rgb(80,126,142); }

 H1.HeaderClassName
 {
   color: #507E8E;
 }
 .AnyTagClassName
 {
   color: #507E8E;
 }
</style>
background-color css

<style>
 a { background-color: #507E8E; }

 a { background-color: rgb(80,126,142); }

 div.DivClassName
 {
   background-color: #507E8E;
 }
 .BgClassName
 {
   background-color: #507E8E;
 }
</style>
border-color css

<style>
 span { border-color: #507E8E; }

 span { border-color: rgb(80,126,142); }

 td.TdClassName
 {
   border-color: #507E8E;
 }
 .TagClassName
 {
   border-color: #507E8E;
 }
</style>