#589B8B

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

Shades of Patina #589B8B

Tints of Patina #589B8B

Color information

#589B8B (or 0x589B8B) is unknown color: approx Patina. HEX triplet: 58, 9B and 8B. RGB value is (88,155,139). Sum of RGB (Red+Green+Blue) = 88+155+139=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #589B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B8B is #A76474. Grayscale: #858585. Windows color (decimal): -10970229 or 9149272. OLE color: 9149272.

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

Color convert

RGB88155139-
CMYK0.4300.100.39
HSL165.67º27.57%47.65%-
HSV(B)165.67º43.23%60.78%-
XYZ20.4127.3828.64-
YUV133.14131.395.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.04%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=23.04%
G=40.58%
B=36.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881551390.4300.100.39165.6727.5747.65
Hex589B8B2B0A27a61c30
Octal13023321353012472463460
Binary10110001001101110001011101011010101001111010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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