#559D7E

Color #559D7E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #559D7E

Tints of Patina #559D7E

Color information

#559D7E (or 0x559D7E) is unknown color: approx Patina. HEX triplet: 55, 9D and 7E. RGB value is (85,157,126). Sum of RGB (Red+Green+Blue) = 85+157+126=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #559D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D7E is #AA6281. Grayscale: #838383. Windows color (decimal): -11166338 or 8297813. OLE color: 8297813.

HSL color Cylindrical-coordinate representation of color #559D7E: hue angle of 154.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D7E is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB85157126-
CMYK0.4600.200.38
HSL154.17º29.75%47.45%-
HSV(B)154.17º45.86%61.57%-
XYZ19.5727.5524.03-
YUV131.94124.6594.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=23.10%
G=42.66%
B=34.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851571260.4600.200.38154.1729.7547.45
Hex559D7E2E014269a1e2f
Octal12523517656024462323657
Binary10101011001110111111101011100101001001101001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559D7E; }

 p { color: rgb(85,157,126); }

 H1.HeaderClassName
 {
   color: #559D7E;
 }
 .AnyTagClassName
 {
   color: #559D7E;
 }
</style>
background-color css

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

 a { background-color: rgb(85,157,126); }

 div.DivClassName
 {
   background-color: #559D7E;
 }
 .BgClassName
 {
   background-color: #559D7E;
 }
</style>
border-color css

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

 span { border-color: rgb(85,157,126); }

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