Html Css Color HEX #589F90 Patina

📋 copy color: '#589F90'

red 88 ◦ green 159 ◦ blue 144

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

Shades of Patina #589F90

Tints of Patina #589F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 22.51%
G = 40.66%
B = 36.83%

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

#589F90 (or 0x589F90) is known color: Patina. HEX triplet: 58, 9F and 90. RGB value is (88,159,144). Sum of RGB (Red+Green+Blue) = 88+159+144=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #589F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589F90 is #A7606F. Grayscale: #888888. Windows color (decimal): -10969200 or 9477976. OLE color: 9477976.

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

Color convert

RGB 88 159 144 -
CMYK 0.45 0 0.09 0.38
HSL 167.32º 0.29% 0.48% -
HSV(B) 167.32º 0.45% 0.62% -
XYZ 21.46 28.88 30.83 -
YUV 136.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 88 159 144 0.45 0 0.09 0.38 167.32 0.29 0.48
Hex 58 9F 90 2D 0 9 26 A7 1D 30
Octal 130 237 220 55 0 11 46 247 35 60
Binary 1011000 10011111 10010000 101101 0 1001 100110 10100111 11101 110000

Color Harmonies of #589F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589F90

Black with #589F90

Text Example


Text Example

White with #589F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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