Html Css Color HEX #599380 Patina

📋 copy color: '#599380'

red 89 ◦ green 147 ◦ blue 128

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

Shades of Patina #599380

Tints of Patina #599380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 24.45%
G = 40.38%
B = 35.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#599380 (or 0x599380) is known color: Patina. HEX triplet: 59, 93 and 80. RGB value is (89,147,128). Sum of RGB (Red+Green+Blue) = 89+147+128=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #599380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599380 is #A66C7F. Grayscale: #7F7F7F. Windows color (decimal): -10906752 or 8426329. OLE color: 8426329.

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

Color convert

RGB 89 147 128 -
CMYK 0.39 0 0.13 0.42
HSL 160.34º 0.25% 0.46% -
HSV(B) 160.34º 0.39% 0.58% -
XYZ 18.45 24.55 24.19 -
YUV 127.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 89 147 128 0.39 0 0.13 0.42 160.34 0.25 0.46
Hex 59 93 80 27 0 D 2A A0 19 2E
Octal 131 223 200 47 0 15 52 240 31 56
Binary 1011001 10010011 10000000 100111 0 1101 101010 10100000 11001 101110

Color Harmonies of #599380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599380

Black with #599380

Text Example


Text Example

White with #599380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599380; }

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

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

background-color css

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

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

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

border-color css

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

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

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