Html Css Color HEX #589F91 Patina

📋 copy color: '#589F91'

red 88 ◦ green 159 ◦ blue 145

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

Shades of Patina #589F91

Tints of Patina #589F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 22.45%
G = 40.56%
B = 36.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#589F91 (or 0x589F91) is known color: Patina. HEX triplet: 58, 9F and 91. RGB value is (88,159,145). Sum of RGB (Red+Green+Blue) = 88+159+145=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #589F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F91 is #A7606E. Grayscale: #888888. Windows color (decimal): -10969199 or 9543512. OLE color: 9543512.

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

Color convert

RGB 88 159 145 -
CMYK 0.45 0 0.09 0.38
HSL 168.17º 0.29% 0.48% -
HSV(B) 168.17º 0.45% 0.62% -
XYZ 21.53 28.92 31.23 -
YUV 136.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 88 159 145 0.45 0 0.09 0.38 168.17 0.29 0.48
Hex 58 9F 91 2D 0 9 26 A8 1D 30
Octal 130 237 221 55 0 11 46 250 35 60
Binary 1011000 10011111 10010001 101101 0 1001 100110 10101000 11101 110000

Color Harmonies of #589F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589F91

Black with #589F91

Text Example


Text Example

White with #589F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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