#588D7B

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

Shades of Patina #588D7B

Tints of Patina #588D7B

Color information

#588D7B (or 0x588D7B) is unknown color: approx Patina. HEX triplet: 58, 8D and 7B. RGB value is (88,141,123). Sum of RGB (Red+Green+Blue) = 88+141+123=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #588D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588D7B is #A77284. Grayscale: #7B7B7B. Windows color (decimal): -10973829 or 8097112. OLE color: 8097112.

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

Color convert

RGB88141123-
CMYK0.3800.130.45
HSL159.62º23.14%44.9%-
HSV(B)159.62º37.59%55.29%-
XYZ17.1222.5522.19-
YUV123.1127.94102.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=25%
G=40.06%
B=34.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881411230.3800.130.45159.6223.1444.9
Hex588D7B260D2Da0172d
Octal13021517346015552402755
Binary1011000100011011111011100110011011011011010000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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