Html Css Color HEX #508160 Como

📋 copy color: '#508160'

red 80 ◦ green 129 ◦ blue 96

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

Shades of Como #508160

Tints of Como #508160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 26.23%
G = 42.3%
B = 31.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#508160 (or 0x508160) is known color: Como. HEX triplet: 50, 81 and 60. RGB value is (80,129,96). Sum of RGB (Red+Green+Blue) = 80+129+96=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #508160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508160 is #AF7E9F. Grayscale: #6E6E6E. Windows color (decimal): -11501216 or 6324560. OLE color: 6324560.

HSL color Cylindrical-coordinate representation of color #508160: hue angle of 139.59º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508160 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 96 -
CMYK 0.38 0 0.26 0.49
HSL 139.59º 0.23% 0.41% -
HSV(B) 139.59º 0.38% 0.51% -
XYZ 13.27 18.25 13.89 -
YUV 110.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 80 129 96 0.38 0 0.26 0.49 139.59 0.23 0.41
Hex 50 81 60 26 0 1A 31 8C 17 29
Octal 120 201 140 46 0 32 61 214 27 51
Binary 1010000 10000001 1100000 100110 0 11010 110001 10001100 10111 101001

Color Harmonies of #508160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508160

Black with #508160

Text Example


Text Example

White with #508160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508160; }

 p { color: rgb(80,129,96); }

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

background-color css

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

 a { background-color: rgb(80,129,96); }

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

border-color css

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

 span { border-color: rgb(80,129,96); }

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