#589B8A

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

Shades of Patina #589B8A

Tints of Patina #589B8A

Color information

#589B8A (or 0x589B8A) is unknown color: approx Patina. HEX triplet: 58, 9B and 8A. RGB value is (88,155,138). Sum of RGB (Red+Green+Blue) = 88+155+138=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #589B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B8A is #A76475. Grayscale: #858585. Windows color (decimal): -10970230 or 9083736. OLE color: 9083736.

HSL color Cylindrical-coordinate representation of color #589B8A: hue angle of 164.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B8A is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB88155138-
CMYK0.4300.110.39
HSL164.78º27.57%47.65%-
HSV(B)164.78º43.23%60.78%-
XYZ20.3327.3528.25-
YUV133.03130.895.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=23.10%
G=40.68%
B=36.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881551380.4300.110.39164.7827.5747.65
Hex589B8A2B0B27a51c30
Octal13023321253013472453460
Binary10110001001101110001010101011010111001111010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589B8A; }

 p { color: rgb(88,155,138); }

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

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

 a { background-color: rgb(88,155,138); }

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

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

 span { border-color: rgb(88,155,138); }

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