Html Css Color HEX #589686 Patina

📋 copy color: '#589686'

red 88 ◦ green 150 ◦ blue 134

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

Shades of Patina #589686

Tints of Patina #589686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 23.66%
G = 40.32%
B = 36.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#589686 (or 0x589686) is known color: Patina. HEX triplet: 58, 96 and 86. RGB value is (88,150,134). Sum of RGB (Red+Green+Blue) = 88+150+134=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #589686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589686 is #A76979. Grayscale: #818181. Windows color (decimal): -10971514 or 8820312. OLE color: 8820312.

HSL color Cylindrical-coordinate representation of color #589686: hue angle of 164.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589686 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 150 134 -
CMYK 0.41 0 0.11 0.41
HSL 164.52º 0.26% 0.47% -
HSV(B) 164.52º 0.41% 0.59% -
XYZ 19.23 25.61 26.48 -
YUV 129.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 88 150 134 0.41 0 0.11 0.41 164.52 0.26 0.47
Hex 58 96 86 29 0 B 29 A5 1A 2F
Octal 130 226 206 51 0 13 51 245 32 57
Binary 1011000 10010110 10000110 101001 0 1011 101001 10100101 11010 101111

Color Harmonies of #589686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589686

Black with #589686

Text Example


Text Example

White with #589686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589686; }

 p { color: rgb(88,150,134); }

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

background-color css

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

 a { background-color: rgb(88,150,134); }

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

border-color css

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

 span { border-color: rgb(88,150,134); }

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