Html Css Color HEX #589382 Patina

📋 copy color: '#589382'

red 88 ◦ green 147 ◦ blue 130

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

Shades of Patina #589382

Tints of Patina #589382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 24.11%
G = 40.27%
B = 35.62%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#589382 (or 0x589382) is known color: Patina. HEX triplet: 58, 93 and 82. RGB value is (88,147,130). Sum of RGB (Red+Green+Blue) = 88+147+130=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #589382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589382 is #A76C7D. Grayscale: #7F7F7F. Windows color (decimal): -10972286 or 8557400. OLE color: 8557400.

HSL color Cylindrical-coordinate representation of color #589382: hue angle of 162.71º 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 #589382 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 147 130 -
CMYK 0.40 0 0.12 0.42
HSL 162.71º 0.25% 0.46% -
HSV(B) 162.71º 0.4% 0.58% -
XYZ 18.49 24.55 24.88 -
YUV 127.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 88 147 130 0.40 0 0.12 0.42 162.71 0.25 0.46
Hex 58 93 82 28 0 C 2A A3 19 2E
Octal 130 223 202 50 0 14 52 243 31 56
Binary 1011000 10010011 10000010 101000 0 1100 101010 10100011 11001 101110

Color Harmonies of #589382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589382

Black with #589382

Text Example


Text Example

White with #589382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589382; }

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

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

background-color css

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

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

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

border-color css

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

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

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