Html Css Color HEX #599187 Patina

📋 copy color: '#599187'

red 89 ◦ green 145 ◦ blue 135

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

Shades of Patina #599187

Tints of Patina #599187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 24.12%
G = 39.3%
B = 36.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#599187 (or 0x599187) is known color: Patina. HEX triplet: 59, 91 and 87. RGB value is (89,145,135). Sum of RGB (Red+Green+Blue) = 89+145+135=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #599187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599187 is #A66E78. Grayscale: #7F7F7F. Windows color (decimal): -10907257 or 8884569. OLE color: 8884569.

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

Color convert

RGB 89 145 135 -
CMYK 0.39 0 0.07 0.43
HSL 169.29º 0.24% 0.46% -
HSV(B) 169.29º 0.39% 0.57% -
XYZ 18.62 24.12 26.6 -
YUV 127.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 89 145 135 0.39 0 0.07 0.43 169.29 0.24 0.46
Hex 59 91 87 27 0 7 2B A9 18 2E
Octal 131 221 207 47 0 7 53 251 30 56
Binary 1011001 10010001 10000111 100111 0 111 101011 10101001 11000 101110

Color Harmonies of #599187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599187

Black with #599187

Text Example


Text Example

White with #599187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599187; }

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

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

background-color css

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

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

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

border-color css

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

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

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