Html Css Color HEX #589282 Patina

📋 copy color: '#589282'

red 88 ◦ green 146 ◦ blue 130

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

Shades of Patina #589282

Tints of Patina #589282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

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

R = 24.18%
G = 40.11%
B = 35.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#589282 (or 0x589282) is known color: Patina. HEX triplet: 58, 92 and 82. RGB value is (88,146,130). Sum of RGB (Red+Green+Blue) = 88+146+130=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #589282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589282 is #A76D7D. Grayscale: #7E7E7E. Windows color (decimal): -10972542 or 8557144. OLE color: 8557144.

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

Color convert

RGB 88 146 130 -
CMYK 0.40 0 0.11 0.43
HSL 163.45º 0.25% 0.46% -
HSV(B) 163.45º 0.4% 0.57% -
XYZ 18.33 24.24 24.83 -
YUV 126.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 88 146 130 0.40 0 0.11 0.43 163.45 0.25 0.46
Hex 58 92 82 28 0 B 2B A3 19 2E
Octal 130 222 202 50 0 13 53 243 31 56
Binary 1011000 10010010 10000010 101000 0 1011 101011 10100011 11001 101110

Color Harmonies of #589282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589282

Black with #589282

Text Example


Text Example

White with #589282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589282; }

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

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

background-color css

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

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

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

border-color css

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

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

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