Html Css Color HEX #557067 Dark Green Copper

📋 copy color: '#557067'

red 85 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #557067

Tints of Dark Green Copper #557067

RGB

 RED value IS 85 (33.59% from 255) = 28.33%

 GREEN value IS 112 (44.14% from 255) = 37.33%

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 28.33%
G = 37.33%
B = 34.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#557067 (or 0x557067) is known color: Dark Green Copper. HEX triplet: 55, 70 and 67. RGB value is (85,112,103). Sum of RGB (Red+Green+Blue) = 85+112+103=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #557067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557067 is #AA8F98. Grayscale: #666666. Windows color (decimal): -11177881 or 6778965. OLE color: 6778965.

HSL color Cylindrical-coordinate representation of color #557067: hue angle of 160º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #557067 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 103 -
CMYK 0.24 0 0.08 0.56
HSL 160º 0.14% 0.39% -
HSV(B) 160º 0.24% 0.44% -
XYZ 11.99 14.5 15 -
YUV 102.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 85 112 103 0.24 0 0.08 0.56 160 0.14 0.39
Hex 55 70 67 18 0 8 38 A0 E 27
Octal 125 160 147 30 0 10 70 240 16 47
Binary 1010101 1110000 1100111 11000 0 1000 111000 10100000 1110 100111

Color Harmonies of #557067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557067

Black with #557067

Text Example


Text Example

White with #557067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557067; }

 p { color: rgb(85,112,103); }

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

background-color css

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

 a { background-color: rgb(85,112,103); }

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

border-color css

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

 span { border-color: rgb(85,112,103); }

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