Html Css Color HEX #599186 Patina

📋 copy color: '#599186'

red 89 ◦ green 145 ◦ blue 134

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

Shades of Patina #599186

Tints of Patina #599186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 24.18%
G = 39.4%
B = 36.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#599186 (or 0x599186) is known color: Patina. HEX triplet: 59, 91 and 86. RGB value is (89,145,134). Sum of RGB (Red+Green+Blue) = 89+145+134=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #599186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599186 is #A66E79. Grayscale: #7E7E7E. Windows color (decimal): -10907258 or 8819033. OLE color: 8819033.

HSL color Cylindrical-coordinate representation of color #599186: hue angle of 168.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599186 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 145 134 -
CMYK 0.39 0 0.08 0.43
HSL 168.21º 0.24% 0.46% -
HSV(B) 168.21º 0.39% 0.57% -
XYZ 18.55 24.1 26.23 -
YUV 127 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 89 145 134 0.39 0 0.08 0.43 168.21 0.24 0.46
Hex 59 91 86 27 0 8 2B A8 18 2E
Octal 131 221 206 47 0 10 53 250 30 56
Binary 1011001 10010001 10000110 100111 0 1000 101011 10101000 11000 101110

Color Harmonies of #599186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599186

Black with #599186

Text Example


Text Example

White with #599186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599186; }

 p { color: rgb(89,145,134); }

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

background-color css

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

 a { background-color: rgb(89,145,134); }

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

border-color css

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

 span { border-color: rgb(89,145,134); }

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