Html Css Color HEX #508261 Como

📋 copy color: '#508261'

red 80 ◦ green 130 ◦ blue 97

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

Shades of Como #508261

Tints of Como #508261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 26.06%
G = 42.35%
B = 31.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#508261 (or 0x508261) is known color: Como. HEX triplet: 50, 82 and 61. RGB value is (80,130,97). Sum of RGB (Red+Green+Blue) = 80+130+97=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #508261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508261 is #AF7D9E. Grayscale: #6F6F6F. Windows color (decimal): -11500959 or 6390352. OLE color: 6390352.

HSL color Cylindrical-coordinate representation of color #508261: hue angle of 140.4º degrees, saturation: 0.24, 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 #508261 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 97 -
CMYK 0.38 0 0.25 0.49
HSL 140.4º 0.24% 0.41% -
HSV(B) 140.4º 0.38% 0.51% -
XYZ 13.45 18.53 14.18 -
YUV 111.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 80 130 97 0.38 0 0.25 0.49 140.4 0.24 0.41
Hex 50 82 61 26 0 19 31 8C 18 29
Octal 120 202 141 46 0 31 61 214 30 51
Binary 1010000 10000010 1100001 100110 0 11001 110001 10001100 11000 101001

Color Harmonies of #508261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508261

Black with #508261

Text Example


Text Example

White with #508261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508261; }

 p { color: rgb(80,130,97); }

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

background-color css

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

 a { background-color: rgb(80,130,97); }

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

border-color css

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

 span { border-color: rgb(80,130,97); }

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