Html Css Color HEX #589B85 Patina

📋 copy color: '#589B85'

red 88 ◦ green 155 ◦ blue 133

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

Shades of Patina #589B85

Tints of Patina #589B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 23.4%
G = 41.22%
B = 35.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#589B85 (or 0x589B85) is known color: Patina. HEX triplet: 58, 9B and 85. RGB value is (88,155,133). Sum of RGB (Red+Green+Blue) = 88+155+133=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #589B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589B85 is #A7647A. Grayscale: #848484. Windows color (decimal): -10970235 or 8756056. OLE color: 8756056.

HSL color Cylindrical-coordinate representation of color #589B85: hue angle of 160.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B85 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 155 133 -
CMYK 0.43 0 0.14 0.39
HSL 160.3º 0.28% 0.48% -
HSV(B) 160.3º 0.43% 0.61% -
XYZ 19.98 27.21 26.39 -
YUV 132.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 88 155 133 0.43 0 0.14 0.39 160.3 0.28 0.48
Hex 58 9B 85 2B 0 E 27 A0 1C 30
Octal 130 233 205 53 0 16 47 240 34 60
Binary 1011000 10011011 10000101 101011 0 1110 100111 10100000 11100 110000

Color Harmonies of #589B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589B85

Black with #589B85

Text Example


Text Example

White with #589B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,155,133); }

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

background-color css

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

 a { background-color: rgb(88,155,133); }

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

border-color css

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

 span { border-color: rgb(88,155,133); }

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