#588E7C

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

Shades of Patina #588E7C

Tints of Patina #588E7C

Color information

#588E7C (or 0x588E7C) is unknown color: approx Patina. HEX triplet: 58, 8E and 7C. RGB value is (88,142,124). Sum of RGB (Red+Green+Blue) = 88+142+124=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #588E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588E7C is #A77183. Grayscale: #7B7B7B. Windows color (decimal): -10973572 or 8162904. OLE color: 8162904.

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

Color convert

RGB88142124-
CMYK0.3800.130.44
HSL160º23.48%45.1%-
HSV(B)160º38.03%55.69%-
XYZ17.3422.8822.57-
YUV123.8128.11102.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.86%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=24.86%
G=40.11%
B=35.03%

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
Decimal881421240.3800.130.4416023.4845.1
Hex588E7C260D2Ca0172d
Octal13021617446015542402755
Binary1011000100011101111100100110011011011001010000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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