#588D81

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

Shades of Patina #588D81

Tints of Patina #588D81

Color information

#588D81 (or 0x588D81) is unknown color: approx Patina. HEX triplet: 58, 8D and 81. RGB value is (88,141,129). Sum of RGB (Red+Green+Blue) = 88+141+129=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #588D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588D81 is #A7727E. Grayscale: #7B7B7B. Windows color (decimal): -10973823 or 8490328. OLE color: 8490328.

HSL color Cylindrical-coordinate representation of color #588D81: hue angle of 166.42º 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 #588D81 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB88141129-
CMYK0.3800.090.45
HSL166.42º23.14%44.9%-
HSV(B)166.42º37.59%55.29%-
XYZ17.5122.7124.23-
YUV123.78130.94102.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.58%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=24.58%
G=39.39%
B=36.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411290.3800.090.45166.4223.1444.9
Hex588D8126092Da6172d
Octal13021520146011552462755
Binary10110001000110110000001100110010011011011010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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