Html Css Color HEX #589380 Patina

📋 copy color: '#589380'

red 88 ◦ green 147 ◦ blue 128

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

Shades of Patina #589380

Tints of Patina #589380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 24.24%
G = 40.5%
B = 35.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#589380 (or 0x589380) is known color: Patina. HEX triplet: 58, 93 and 80. RGB value is (88,147,128). Sum of RGB (Red+Green+Blue) = 88+147+128=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #589380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589380 is #A76C7F. Grayscale: #7F7F7F. Windows color (decimal): -10972288 or 8426328. OLE color: 8426328.

HSL color Cylindrical-coordinate representation of color #589380: hue angle of 160.68º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589380 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 128 -
CMYK 0.40 0 0.13 0.42
HSL 160.68º 0.25% 0.46% -
HSV(B) 160.68º 0.4% 0.58% -
XYZ 18.35 24.5 24.18 -
YUV 127.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 88 147 128 0.40 0 0.13 0.42 160.68 0.25 0.46
Hex 58 93 80 28 0 D 2A A1 19 2E
Octal 130 223 200 50 0 15 52 241 31 56
Binary 1011000 10010011 10000000 101000 0 1101 101010 10100001 11001 101110

Color Harmonies of #589380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589380

Black with #589380

Text Example


Text Example

White with #589380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589380; }

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

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

background-color css

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

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

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

border-color css

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

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

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