#588D7F

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

Shades of Patina #588D7F

Tints of Patina #588D7F

Color information

#588D7F (or 0x588D7F) is unknown color: approx Patina. HEX triplet: 58, 8D and 7F. RGB value is (88,141,127). Sum of RGB (Red+Green+Blue) = 88+141+127=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #588D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588D7F is #A77280. Grayscale: #7B7B7B. Windows color (decimal): -10973825 or 8359256. OLE color: 8359256.

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

Color convert

RGB88141127-
CMYK0.3800.100.45
HSL164.15º23.14%44.9%-
HSV(B)164.15º37.59%55.29%-
XYZ17.3822.6623.54-
YUV123.56129.94102.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 127 (50% from 255) = 35.67%
R=24.72%
G=39.61%
B=35.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411270.3800.100.45164.1523.1444.9
Hex588D7F260A2Da4172d
Octal13021517746012552442755
Binary1011000100011011111111100110010101011011010010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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