Html Css Color HEX #599389 Patina

📋 copy color: '#599389'

red 89 ◦ green 147 ◦ blue 137

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

Shades of Patina #599389

Tints of Patina #599389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 23.86%
G = 39.41%
B = 36.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#599389 (or 0x599389) is known color: Patina. HEX triplet: 59, 93 and 89. RGB value is (89,147,137). Sum of RGB (Red+Green+Blue) = 89+147+137=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #599389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599389 is #A66C76. Grayscale: #808080. Windows color (decimal): -10906743 or 9016153. OLE color: 9016153.

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

Color convert

RGB 89 147 137 -
CMYK 0.39 0 0.07 0.42
HSL 169.66º 0.25% 0.46% -
HSV(B) 169.66º 0.39% 0.58% -
XYZ 19.07 24.8 27.45 -
YUV 128.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 89 147 137 0.39 0 0.07 0.42 169.66 0.25 0.46
Hex 59 93 89 27 0 7 2A AA 19 2E
Octal 131 223 211 47 0 7 52 252 31 56
Binary 1011001 10010011 10001001 100111 0 111 101010 10101010 11001 101110

Color Harmonies of #599389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599389

Black with #599389

Text Example


Text Example

White with #599389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599389; }

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

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

background-color css

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

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

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

border-color css

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

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

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