Html Css Color HEX #589F80 Patina

📋 copy color: '#589F80'

red 88 ◦ green 159 ◦ blue 128

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

Shades of Patina #589F80

Tints of Patina #589F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

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

R = 23.47%
G = 42.4%
B = 34.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#589F80 (or 0x589F80) is known color: Patina. HEX triplet: 58, 9F and 80. RGB value is (88,159,128). Sum of RGB (Red+Green+Blue) = 88+159+128=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #589F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F80 is #A7607F. Grayscale: #868686. Windows color (decimal): -10969216 or 8429400. OLE color: 8429400.

HSL color Cylindrical-coordinate representation of color #589F80: hue angle of 153.8º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589F80 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 159 128 -
CMYK 0.45 0 0.19 0.38
HSL 153.8º 0.29% 0.48% -
HSV(B) 153.8º 0.45% 0.62% -
XYZ 20.32 28.43 24.84 -
YUV 134.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 88 159 128 0.45 0 0.19 0.38 153.8 0.29 0.48
Hex 58 9F 80 2D 0 13 26 9A 1D 30
Octal 130 237 200 55 0 23 46 232 35 60
Binary 1011000 10011111 10000000 101101 0 10011 100110 10011010 11101 110000

Color Harmonies of #589F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589F80

Black with #589F80

Text Example


Text Example

White with #589F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589F80; }

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

 H1.HeaderClassName
 {
   color: #589F80;
 }
 .AnyTagClassName
 {
   color: #589F80;
 }
</style>

background-color css

<style>
 a { background-color: #589F80; }

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

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

border-color css

<style>
 span { border-color: #589F80; }

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

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