#559C8A

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

Shades of Patina #559C8A

Tints of Patina #559C8A

Color information

#559C8A (or 0x559C8A) is unknown color: approx Patina. HEX triplet: 55, 9C and 8A. RGB value is (85,156,138). Sum of RGB (Red+Green+Blue) = 85+156+138=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #559C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C8A is #AA6375. Grayscale: #848484. Windows color (decimal): -11166582 or 9083989. OLE color: 9083989.

HSL color Cylindrical-coordinate representation of color #559C8A: hue angle of 164.79º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C8A is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB85156138-
CMYK0.4600.120.39
HSL164.79º29.46%47.25%-
HSV(B)164.79º45.51%61.18%-
XYZ20.2227.5428.3-
YUV132.72130.9893.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=22.43%
G=41.16%
B=36.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561380.4600.120.39164.7929.4647.25
Hex559C8A2E0C27a51d2f
Octal12523421256014472453557
Binary10101011001110010001010101110011001001111010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,138); }

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

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

 a { background-color: rgb(85,156,138); }

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

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

 span { border-color: rgb(85,156,138); }

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