Html Css Color HEX #506B64 Dark Green Copper

📋 copy color: '#506B64'

red 80 ◦ green 107 ◦ blue 100

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

Shades of Dark Green Copper #506B64

Tints of Dark Green Copper #506B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

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

R = 27.87%
G = 37.28%
B = 34.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#506B64 (or 0x506B64) is known color: Dark Green Copper. HEX triplet: 50, 6B and 64. RGB value is (80,107,100). Sum of RGB (Red+Green+Blue) = 80+107+100=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #506B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B64 is #AF949B. Grayscale: #626262. Windows color (decimal): -11506844 or 6581072. OLE color: 6581072.

HSL color Cylindrical-coordinate representation of color #506B64: hue angle of 164.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B64 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 100 -
CMYK 0.25 0 0.07 0.58
HSL 164.44º 0.14% 0.37% -
HSV(B) 164.44º 0.25% 0.42% -
XYZ 10.87 13.14 14.02 -
YUV 98.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 80 107 100 0.25 0 0.07 0.58 164.44 0.14 0.37
Hex 50 6B 64 19 0 7 3A A4 E 25
Octal 120 153 144 31 0 7 72 244 16 45
Binary 1010000 1101011 1100100 11001 0 111 111010 10100100 1110 100101

Color Harmonies of #506B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B64

Black with #506B64

Text Example


Text Example

White with #506B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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