#589A7C

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

Shades of Patina #589A7C

Tints of Patina #589A7C

Color information

#589A7C (or 0x589A7C) is unknown color: approx Patina. HEX triplet: 58, 9A and 7C. RGB value is (88,154,124). Sum of RGB (Red+Green+Blue) = 88+154+124=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #589A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589A7C is #A76583. Grayscale: #828282. Windows color (decimal): -10970500 or 8165976. OLE color: 8165976.

HSL color Cylindrical-coordinate representation of color #589A7C: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589A7C is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB88154124-
CMYK0.4300.190.40
HSL152.73º27.27%47.45%-
HSV(B)152.73º42.86%60.39%-
XYZ19.2226.6423.2-
YUV130.85124.1397.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=24.04%
G=42.08%
B=33.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881541240.4300.190.40152.7327.2747.45
Hex589A7C2B01328991b2f
Octal13023217453023502313357
Binary10110001001101011111001010110100111010001001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,154,124); }

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

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

 a { background-color: rgb(88,154,124); }

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

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

 span { border-color: rgb(88,154,124); }

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