#588E81

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

Shades of Patina #588E81

Tints of Patina #588E81

Color information

#588E81 (or 0x588E81) is unknown color: approx Patina. HEX triplet: 58, 8E and 81. RGB value is (88,142,129). Sum of RGB (Red+Green+Blue) = 88+142+129=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #588E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E81 is #A7717E. Grayscale: #7C7C7C. Windows color (decimal): -10973567 or 8490584. OLE color: 8490584.

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

Color convert

RGB88142129-
CMYK0.3800.090.44
HSL165.56º23.48%45.1%-
HSV(B)165.56º38.03%55.69%-
XYZ17.6623.0124.28-
YUV124.37130.61102.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=24.51%
G=39.55%
B=35.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881421290.3800.090.44165.5623.4845.1
Hex588E8126092Ca6172d
Octal13021620146011542462755
Binary10110001000111010000001100110010011011001010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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