Html Css Color HEX #507F5E Como

📋 copy color: '#507F5E'

red 80 ◦ green 127 ◦ blue 94

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

Shades of Como #507F5E

Tints of Como #507F5E

RGB

 RED value IS 80 (31.64% from 255) = 26.58%

 GREEN value IS 127 (50% from 255) = 42.19%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 26.58%
G = 42.19%
B = 31.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#507F5E (or 0x507F5E) is known color: Como. HEX triplet: 50, 7F and 5E. RGB value is (80,127,94). Sum of RGB (Red+Green+Blue) = 80+127+94=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #507F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F5E is #AF80A1. Grayscale: #6D6D6D. Windows color (decimal): -11501730 or 6192976. OLE color: 6192976.

HSL color Cylindrical-coordinate representation of color #507F5E: hue angle of 137.87º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F5E is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 94 -
CMYK 0.37 0 0.26 0.50
HSL 137.87º 0.23% 0.41% -
HSV(B) 137.87º 0.37% 0.5% -
XYZ 12.92 17.69 13.32 -
YUV 109.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 80 127 94 0.37 0 0.26 0.50 137.87 0.23 0.41
Hex 50 7F 5E 25 0 1A 32 8A 17 29
Octal 120 177 136 45 0 32 62 212 27 51
Binary 1010000 1111111 1011110 100101 0 11010 110010 10001010 10111 101001

Color Harmonies of #507F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F5E

Black with #507F5E

Text Example


Text Example

White with #507F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,94); }

 H1.HeaderClassName
 {
   color: #507F5E;
 }
 .AnyTagClassName
 {
   color: #507F5E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,127,94); }

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

border-color css

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

 span { border-color: rgb(80,127,94); }

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