#589989

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

Shades of Patina #589989

Tints of Patina #589989

Color information

#589989 (or 0x589989) is unknown color: approx Patina. HEX triplet: 58, 99 and 89. RGB value is (88,153,137). Sum of RGB (Red+Green+Blue) = 88+153+137=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #589989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589989 is #A76676. Grayscale: #838383. Windows color (decimal): -10970743 or 9017688. OLE color: 9017688.

HSL color Cylindrical-coordinate representation of color #589989: hue angle of 165.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589989 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB88153137-
CMYK0.4200.100.4
HSL165.23º26.97%47.25%-
HSV(B)165.23º42.48%60%-
XYZ19.9326.6627.76-
YUV131.74130.9796.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 137 (53.91% from 255) = 36.24%
R=23.28%
G=40.48%
B=36.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881531370.4200.100.4165.2326.9747.25
Hex5899892A0A28a51b2f
Octal13023121152012502453357
Binary10110001001100110001001101010010101010001010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589989; }

 p { color: rgb(88,153,137); }

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

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

 a { background-color: rgb(88,153,137); }

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

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

 span { border-color: rgb(88,153,137); }

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