#588E7B

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

Shades of Patina #588E7B

Tints of Patina #588E7B

Color information

#588E7B (or 0x588E7B) is unknown color: approx Patina. HEX triplet: 58, 8E and 7B. RGB value is (88,142,123). Sum of RGB (Red+Green+Blue) = 88+142+123=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #588E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588E7B is #A77184. Grayscale: #7B7B7B. Windows color (decimal): -10973573 or 8097368. OLE color: 8097368.

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

Color convert

RGB88142123-
CMYK0.3800.130.44
HSL158.89º23.48%45.1%-
HSV(B)158.89º38.03%55.69%-
XYZ17.2722.8522.24-
YUV123.69127.61102.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=24.93%
G=40.23%
B=34.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881421230.3800.130.44158.8923.4845.1
Hex588E7B260D2C9f172d
Octal13021617346015542372755
Binary1011000100011101111011100110011011011001001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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