Html Css Color HEX #599385 Patina

📋 copy color: '#599385'

red 89 ◦ green 147 ◦ blue 133

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

Shades of Patina #599385

Tints of Patina #599385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 24.12%
G = 39.84%
B = 36.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#599385 (or 0x599385) is known color: Patina. HEX triplet: 59, 93 and 85. RGB value is (89,147,133). Sum of RGB (Red+Green+Blue) = 89+147+133=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #599385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599385 is #A66C7A. Grayscale: #808080. Windows color (decimal): -10906747 or 8754009. OLE color: 8754009.

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

Color convert

RGB 89 147 133 -
CMYK 0.39 0 0.10 0.42
HSL 165.52º 0.25% 0.46% -
HSV(B) 165.52º 0.39% 0.58% -
XYZ 18.79 24.68 25.96 -
YUV 128.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 89 147 133 0.39 0 0.10 0.42 165.52 0.25 0.46
Hex 59 93 85 27 0 A 2A A6 19 2E
Octal 131 223 205 47 0 12 52 246 31 56
Binary 1011001 10010011 10000101 100111 0 1010 101010 10100110 11001 101110

Color Harmonies of #599385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599385

Black with #599385

Text Example


Text Example

White with #599385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599385; }

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

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

background-color css

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

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

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

border-color css

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

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

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