#588D82

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

Shades of Patina #588D82

Tints of Patina #588D82

Color information

#588D82 (or 0x588D82) is unknown color: approx Patina. HEX triplet: 58, 8D and 82. RGB value is (88,141,130). Sum of RGB (Red+Green+Blue) = 88+141+130=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #588D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D82 is #A7727D. Grayscale: #7B7B7B. Windows color (decimal): -10973822 or 8555864. OLE color: 8555864.

HSL color Cylindrical-coordinate representation of color #588D82: hue angle of 167.55º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588D82 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB88141130-
CMYK0.3800.080.45
HSL167.55º23.14%44.9%-
HSV(B)167.55º37.59%55.29%-
XYZ17.5822.7424.58-
YUV123.9131.44102.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=24.51%
G=39.28%
B=36.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411300.3800.080.45167.5523.1444.9
Hex588D8226082Da8172d
Octal13021520246010552502755
Binary10110001000110110000010100110010001011011010100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588D82; }

 p { color: rgb(88,141,130); }

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

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

 a { background-color: rgb(88,141,130); }

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

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

 span { border-color: rgb(88,141,130); }

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