#588C82

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

Shades of Patina #588C82

Tints of Patina #588C82

Color information

#588C82 (or 0x588C82) is unknown color: approx Patina. HEX triplet: 58, 8C and 82. RGB value is (88,140,130). Sum of RGB (Red+Green+Blue) = 88+140+130=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #588C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C82 is #A7737D. Grayscale: #7B7B7B. Windows color (decimal): -10974078 or 8555608. OLE color: 8555608.

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

Color convert

RGB88140130-
CMYK0.3700.070.45
HSL168.46º22.81%44.71%-
HSV(B)168.46º37.14%54.9%-
XYZ17.4322.4424.53-
YUV123.31131.77102.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=24.58%
G=39.11%
B=36.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881401300.3700.070.45168.4622.8144.71
Hex588C8225072Da8172d
Octal1302142024507552502755
Binary1011000100011001000001010010101111011011010100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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