Html Css Color HEX #508061 Como

📋 copy color: '#508061'

red 80 ◦ green 128 ◦ blue 97

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

Shades of Como #508061

Tints of Como #508061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

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

R = 26.23%
G = 41.97%
B = 31.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#508061 (or 0x508061) is known color: Como. HEX triplet: 50, 80 and 61. RGB value is (80,128,97). Sum of RGB (Red+Green+Blue) = 80+128+97=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #508061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508061 is #AF7F9E. Grayscale: #6E6E6E. Windows color (decimal): -11501471 or 6389840. OLE color: 6389840.

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

Color convert

RGB 80 128 97 -
CMYK 0.38 0 0.24 0.50
HSL 141.25º 0.23% 0.41% -
HSV(B) 141.25º 0.38% 0.5% -
XYZ 13.19 18.01 14.09 -
YUV 110.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 80 128 97 0.38 0 0.24 0.50 141.25 0.23 0.41
Hex 50 80 61 26 0 18 32 8D 17 29
Octal 120 200 141 46 0 30 62 215 27 51
Binary 1010000 10000000 1100001 100110 0 11000 110010 10001101 10111 101001

Color Harmonies of #508061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508061

Black with #508061

Text Example


Text Example

White with #508061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508061; }

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

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

background-color css

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

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

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

border-color css

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

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

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