#589489

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

Shades of Patina #589489

Tints of Patina #589489

Color information

#589489 (or 0x589489) is unknown color: approx Patina. HEX triplet: 58, 94 and 89. RGB value is (88,148,137). Sum of RGB (Red+Green+Blue) = 88+148+137=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #589489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589489 is #A76B76. Grayscale: #808080. Windows color (decimal): -10972023 or 9016408. OLE color: 9016408.

HSL color Cylindrical-coordinate representation of color #589489: hue angle of 169º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589489 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB88148137-
CMYK0.4100.070.42
HSL169º25.42%46.27%-
HSV(B)169º40.54%58.04%-
XYZ19.1325.0627.5-
YUV128.81132.6298.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=23.59%
G=39.68%
B=36.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881481370.4100.070.4216925.4246.27
Hex58948929072Aa9192e
Octal1302242115107522513156
Binary1011000100101001000100110100101111010101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589489; }

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

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

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

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

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

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

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

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