#589F8A

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

Shades of Patina #589F8A

Tints of Patina #589F8A

Color information

#589F8A (or 0x589F8A) is unknown color: approx Patina. HEX triplet: 58, 9F and 8A. RGB value is (88,159,138). Sum of RGB (Red+Green+Blue) = 88+159+138=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #589F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F8A is #A76075. Grayscale: #878787. Windows color (decimal): -10969206 or 9084760. OLE color: 9084760.

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

Color convert

RGB88159138-
CMYK0.4500.130.38
HSL162.25º28.74%48.43%-
HSV(B)162.25º44.65%62.35%-
XYZ21.0128.7128.48-
YUV135.38129.4894.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=22.86%
G=41.30%
B=35.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881591380.4500.130.38162.2528.7448.43
Hex589F8A2D0D26a21d30
Octal13023721255015462423560
Binary10110001001111110001010101101011011001101010001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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