Html Css Color HEX #599382 Patina

📋 copy color: '#599382'

red 89 ◦ green 147 ◦ blue 130

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

Shades of Patina #599382

Tints of Patina #599382

RGB

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

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

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

R = 24.32%
G = 40.16%
B = 35.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#599382 (or 0x599382) is known color: Patina. HEX triplet: 59, 93 and 82. RGB value is (89,147,130). Sum of RGB (Red+Green+Blue) = 89+147+130=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #599382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599382 is #A66C7D. Grayscale: #7F7F7F. Windows color (decimal): -10906750 or 8557401. OLE color: 8557401.

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

Color convert

RGB 89 147 130 -
CMYK 0.39 0 0.12 0.42
HSL 162.41º 0.25% 0.46% -
HSV(B) 162.41º 0.39% 0.58% -
XYZ 18.58 24.6 24.89 -
YUV 127.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 89 147 130 0.39 0 0.12 0.42 162.41 0.25 0.46
Hex 59 93 82 27 0 C 2A A2 19 2E
Octal 131 223 202 47 0 14 52 242 31 56
Binary 1011001 10010011 10000010 100111 0 1100 101010 10100010 11001 101110

Color Harmonies of #599382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599382

Black with #599382

Text Example


Text Example

White with #599382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599382; }

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

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

background-color css

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

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

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

border-color css

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

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

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