Html Css Color HEX #508164 Como

📋 copy color: '#508164'

red 80 ◦ green 129 ◦ blue 100

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

Shades of Como #508164

Tints of Como #508164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 25.89%
G = 41.75%
B = 32.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#508164 (or 0x508164) is known color: Como. HEX triplet: 50, 81 and 64. RGB value is (80,129,100). Sum of RGB (Red+Green+Blue) = 80+129+100=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #508164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508164 is #AF7E9B. Grayscale: #6F6F6F. Windows color (decimal): -11501212 or 6586704. OLE color: 6586704.

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

Color convert

RGB 80 129 100 -
CMYK 0.38 0 0.22 0.49
HSL 144.49º 0.23% 0.41% -
HSV(B) 144.49º 0.38% 0.51% -
XYZ 13.46 18.33 14.88 -
YUV 111.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 80 129 100 0.38 0 0.22 0.49 144.49 0.23 0.41
Hex 50 81 64 26 0 16 31 90 17 29
Octal 120 201 144 46 0 26 61 220 27 51
Binary 1010000 10000001 1100100 100110 0 10110 110001 10010000 10111 101001

Color Harmonies of #508164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508164

Black with #508164

Text Example


Text Example

White with #508164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508164; }

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

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

background-color css

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

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

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

border-color css

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

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

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