#599E8A

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

Shades of Patina #599E8A

Tints of Patina #599E8A

Color information

#599E8A (or 0x599E8A) is unknown color: approx Patina. HEX triplet: 59, 9E and 8A. RGB value is (89,158,138). Sum of RGB (Red+Green+Blue) = 89+158+138=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #599E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E8A is #A66175. Grayscale: #878787. Windows color (decimal): -10903926 or 9084505. OLE color: 9084505.

HSL color Cylindrical-coordinate representation of color #599E8A: hue angle of 162.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599E8A is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB89158138-
CMYK0.4400.130.38
HSL162.61º27.94%48.43%-
HSV(B)162.61º43.67%61.96%-
XYZ20.9328.4128.43-
YUV135.09129.6495.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.12%
GREEN value IS 158 (62.11% from 255) = 41.04%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=23.12%
G=41.04%
B=35.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891581380.4400.130.38162.6127.9448.43
Hex599E8A2C0D26a31c30
Octal13123621254015462433460
Binary10110011001111010001010101100011011001101010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599E8A; }

 p { color: rgb(89,158,138); }

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

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

 a { background-color: rgb(89,158,138); }

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

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

 span { border-color: rgb(89,158,138); }

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