Html Css Color HEX #588A80 Patina

📋 copy color: '#588A80'

red 88 ◦ green 138 ◦ blue 128

#588A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #588A80

Tints of Patina #588A80

RGB

 RED value IS 88 (34.77% from 255) = 24.86%

 GREEN value IS 138 (54.3% from 255) = 38.98%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 24.86%
G = 38.98%
B = 36.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#588A80 (or 0x588A80) is known color: Patina. HEX triplet: 58, 8A and 80. RGB value is (88,138,128). Sum of RGB (Red+Green+Blue) = 88+138+128=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #588A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588A80 is #A7757F. Grayscale: #797979. Windows color (decimal): -10974592 or 8424024. OLE color: 8424024.

HSL color Cylindrical-coordinate representation of color #588A80: hue angle of 168º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588A80 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 138 128 -
CMYK 0.36 0 0.07 0.46
HSL 168º 0.22% 0.44% -
HSV(B) 168º 0.36% 0.54% -
XYZ 17.01 21.81 23.74 -
YUV 121.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 88 138 128 0.36 0 0.07 0.46 168 0.22 0.44
Hex 58 8A 80 24 0 7 2E A8 16 2C
Octal 130 212 200 44 0 7 56 250 26 54
Binary 1011000 10001010 10000000 100100 0 111 101110 10101000 10110 101100

Color Harmonies of #588A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588A80

Black with #588A80

Text Example


Text Example

White with #588A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,138,128); }

 H1.HeaderClassName
 {
   color: #588A80;
 }
 .AnyTagClassName
 {
   color: #588A80;
 }
</style>

background-color css

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

 a { background-color: rgb(88,138,128); }

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

border-color css

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

 span { border-color: rgb(88,138,128); }

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