Html Css Color HEX #599482 Patina

📋 copy color: '#599482'

red 89 ◦ green 148 ◦ blue 130

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

Shades of Patina #599482

Tints of Patina #599482

RGB

 RED value IS 89 (35.16% from 255) = 24.25%

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 24.25%
G = 40.33%
B = 35.42%

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

#599482 (or 0x599482) is known color: Patina. HEX triplet: 59, 94 and 82. RGB value is (89,148,130). Sum of RGB (Red+Green+Blue) = 89+148+130=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #599482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599482 is #A66B7D. Grayscale: #808080. Windows color (decimal): -10906494 or 8557657. OLE color: 8557657.

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

Color convert

RGB 89 148 130 -
CMYK 0.40 0 0.12 0.42
HSL 161.69º 0.25% 0.46% -
HSV(B) 161.69º 0.4% 0.58% -
XYZ 18.74 24.92 24.94 -
YUV 128.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 89 148 130 0.40 0 0.12 0.42 161.69 0.25 0.46
Hex 59 94 82 28 0 C 2A A2 19 2E
Octal 131 224 202 50 0 14 52 242 31 56
Binary 1011001 10010100 10000010 101000 0 1100 101010 10100010 11001 101110

Color Harmonies of #599482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599482

Black with #599482

Text Example


Text Example

White with #599482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599482; }

 p { color: rgb(89,148,130); }

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

background-color css

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

 a { background-color: rgb(89,148,130); }

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

border-color css

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

 span { border-color: rgb(89,148,130); }

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