Html Css Color HEX #589182 Patina

📋 copy color: '#589182'

red 88 ◦ green 145 ◦ blue 130

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

Shades of Patina #589182

Tints of Patina #589182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

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

R = 24.24%
G = 39.94%
B = 35.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#589182 (or 0x589182) is known color: Patina. HEX triplet: 58, 91 and 82. RGB value is (88,145,130). Sum of RGB (Red+Green+Blue) = 88+145+130=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #589182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589182 is #A76E7D. Grayscale: #7E7E7E. Windows color (decimal): -10972798 or 8556888. OLE color: 8556888.

HSL color Cylindrical-coordinate representation of color #589182: hue angle of 164.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589182 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 145 130 -
CMYK 0.39 0 0.10 0.43
HSL 164.21º 0.24% 0.46% -
HSV(B) 164.21º 0.39% 0.57% -
XYZ 18.18 23.94 24.78 -
YUV 126.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 88 145 130 0.39 0 0.10 0.43 164.21 0.24 0.46
Hex 58 91 82 27 0 A 2B A4 18 2E
Octal 130 221 202 47 0 12 53 244 30 56
Binary 1011000 10010001 10000010 100111 0 1010 101011 10100100 11000 101110

Color Harmonies of #589182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589182

Black with #589182

Text Example


Text Example

White with #589182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589182; }

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

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

background-color css

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

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

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

border-color css

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

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

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