Html Css Color HEX #557168 Dark Green Copper

📋 copy color: '#557168'

red 85 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #557168

Tints of Dark Green Copper #557168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 28.15%
G = 37.42%
B = 34.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#557168 (or 0x557168) is known color: Dark Green Copper. HEX triplet: 55, 71 and 68. RGB value is (85,113,104). Sum of RGB (Red+Green+Blue) = 85+113+104=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #557168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557168 is #AA8E97. Grayscale: #676767. Windows color (decimal): -11177624 or 6844757. OLE color: 6844757.

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

Color convert

RGB 85 113 104 -
CMYK 0.25 0 0.08 0.56
HSL 160.71º 0.14% 0.39% -
HSV(B) 160.71º 0.25% 0.44% -
XYZ 12.15 14.74 15.3 -
YUV 103.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 85 113 104 0.25 0 0.08 0.56 160.71 0.14 0.39
Hex 55 71 68 19 0 8 38 A1 E 27
Octal 125 161 150 31 0 10 70 241 16 47
Binary 1010101 1110001 1101000 11001 0 1000 111000 10100001 1110 100111

Color Harmonies of #557168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557168

Black with #557168

Text Example


Text Example

White with #557168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557168; }

 p { color: rgb(85,113,104); }

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

background-color css

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

 a { background-color: rgb(85,113,104); }

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

border-color css

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

 span { border-color: rgb(85,113,104); }

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