#559E8B

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

Shades of Patina #559E8B

Tints of Patina #559E8B

Color information

#559E8B (or 0x559E8B) is unknown color: approx Patina. HEX triplet: 55, 9E and 8B. RGB value is (85,158,139). Sum of RGB (Red+Green+Blue) = 85+158+139=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 158 - color contains mainly: green. Hex color #559E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E8B is #AA6174. Grayscale: #868686. Windows color (decimal): -11166069 or 9150037. OLE color: 9150037.

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

Color convert

RGB85158139-
CMYK0.4600.120.38
HSL164.38º30.04%47.65%-
HSV(B)164.38º46.2%61.96%-
XYZ20.6328.2528.79-
YUV134.01130.8293.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=22.25%
G=41.36%
B=36.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581390.4600.120.38164.3830.0447.65
Hex559E8B2E0C26a41e30
Octal12523621356014462443660
Binary10101011001111010001011101110011001001101010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,139); }

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

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

 a { background-color: rgb(85,158,139); }

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

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

 span { border-color: rgb(85,158,139); }

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