#589B8F

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

Shades of Patina #589B8F

Tints of Patina #589B8F

Color information

#589B8F (or 0x589B8F) is unknown color: approx Patina. HEX triplet: 58, 9B and 8F. RGB value is (88,155,143). Sum of RGB (Red+Green+Blue) = 88+155+143=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #589B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B8F is #A76470. Grayscale: #858585. Windows color (decimal): -10970225 or 9411416. OLE color: 9411416.

HSL color Cylindrical-coordinate representation of color #589B8F: hue angle of 169.25º 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 #589B8F is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB88155143-
CMYK0.4300.080.39
HSL169.25º27.57%47.65%-
HSV(B)169.25º43.23%60.78%-
XYZ20.727.530.2-
YUV133.6133.395.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=22.80%
G=40.16%
B=37.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881551430.4300.080.39169.2527.5747.65
Hex589B8F2B0827a91c30
Octal13023321753010472513460
Binary10110001001101110001111101011010001001111010100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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