Html Css Color HEX #507E8E Jelly Bean

📋 copy color: '#507E8E'

red 80 ◦ green 126 ◦ blue 142

#507E8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #507E8E

Tints of Jelly Bean #507E8E

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.8%

R = 22.99%
G = 36.21%
B = 40.8%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507E8E (or 0x507E8E) is known color: 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

RGB 80 126 142 -
CMYK 0.44 0.11 0 0.44
HSL 195.48º 0.28% 0.44% -
HSV(B) 195.48º 0.44% 0.56% -
XYZ 15.65 18.58 28.35 -
YUV 114.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 80 126 142 0.44 0.11 0 0.44 195.48 0.28 0.44
Hex 50 7E 8E 2C B 0 2C C3 1C 2C
Octal 120 176 216 54 13 0 54 303 34 54
Binary 1010000 1111110 10001110 101100 1011 0 101100 11000011 11100 101100

Color Harmonies of #507E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E8E

Black with #507E8E

Text Example


Text Example

White with #507E8E

Text Example


Text Example

HTML Codes & Css Web 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>