Html Css Color HEX #599388 Patina

📋 copy color: '#599388'

red 89 ◦ green 147 ◦ blue 136

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

Shades of Patina #599388

Tints of Patina #599388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 23.92%
G = 39.52%
B = 36.56%

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

#599388 (or 0x599388) is known color: Patina. HEX triplet: 59, 93 and 88. RGB value is (89,147,136). Sum of RGB (Red+Green+Blue) = 89+147+136=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #599388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599388 is #A66C77. Grayscale: #808080. Windows color (decimal): -10906744 or 8950617. OLE color: 8950617.

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

Color convert

RGB 89 147 136 -
CMYK 0.39 0 0.07 0.42
HSL 168.62º 0.25% 0.46% -
HSV(B) 168.62º 0.39% 0.58% -
XYZ 19 24.77 27.07 -
YUV 128.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 89 147 136 0.39 0 0.07 0.42 168.62 0.25 0.46
Hex 59 93 88 27 0 7 2A A9 19 2E
Octal 131 223 210 47 0 7 52 251 31 56
Binary 1011001 10010011 10001000 100111 0 111 101010 10101001 11001 101110

Color Harmonies of #599388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599388

Black with #599388

Text Example


Text Example

White with #599388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599388; }

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

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

background-color css

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

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

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

border-color css

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

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

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