Html Css Color HEX #508661 Como

📋 copy color: '#508661'

red 80 ◦ green 134 ◦ blue 97

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

Shades of Como #508661

Tints of Como #508661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.09%

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

R = 25.72%
G = 43.09%
B = 31.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#508661 (or 0x508661) is known color: Como. HEX triplet: 50, 86 and 61. RGB value is (80,134,97). Sum of RGB (Red+Green+Blue) = 80+134+97=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #508661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508661 is #AF799E. Grayscale: #717171. Windows color (decimal): -11499935 or 6391376. OLE color: 6391376.

HSL color Cylindrical-coordinate representation of color #508661: hue angle of 138.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508661 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 97 -
CMYK 0.40 0 0.28 0.47
HSL 138.89º 0.25% 0.42% -
HSV(B) 138.89º 0.4% 0.53% -
XYZ 13.99 19.62 14.36 -
YUV 113.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 80 134 97 0.40 0 0.28 0.47 138.89 0.25 0.42
Hex 50 86 61 28 0 1C 2F 8B 19 2A
Octal 120 206 141 50 0 34 57 213 31 52
Binary 1010000 10000110 1100001 101000 0 11100 101111 10001011 11001 101010

Color Harmonies of #508661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508661

Black with #508661

Text Example


Text Example

White with #508661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508661; }

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

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

background-color css

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

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

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

border-color css

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

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

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