Html Css Color HEX #506C65 Dark Green Copper

📋 copy color: '#506C65'

red 80 ◦ green 108 ◦ blue 101

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

Shades of Dark Green Copper #506C65

Tints of Dark Green Copper #506C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 27.68%
G = 37.37%
B = 34.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#506C65 (or 0x506C65) is known color: Dark Green Copper. HEX triplet: 50, 6C and 65. RGB value is (80,108,101). Sum of RGB (Red+Green+Blue) = 80+108+101=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #506C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C65 is #AF939A. Grayscale: #626262. Windows color (decimal): -11506587 or 6646864. OLE color: 6646864.

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

Color convert

RGB 80 108 101 -
CMYK 0.26 0 0.06 0.58
HSL 165º 0.15% 0.37% -
HSV(B) 165º 0.26% 0.42% -
XYZ 11.02 13.37 14.31 -
YUV 98.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 80 108 101 0.26 0 0.06 0.58 165 0.15 0.37
Hex 50 6C 65 1A 0 6 3A A5 F 25
Octal 120 154 145 32 0 6 72 245 17 45
Binary 1010000 1101100 1100101 11010 0 110 111010 10100101 1111 100101

Color Harmonies of #506C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C65

Black with #506C65

Text Example


Text Example

White with #506C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,101); }

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

background-color css

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

 a { background-color: rgb(80,108,101); }

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

border-color css

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

 span { border-color: rgb(80,108,101); }

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