#599B83

Color #599B83 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #599B83

Tints of Patina #599B83

Color information

#599B83 (or 0x599B83) is unknown color: approx Patina. HEX triplet: 59, 9B and 83. RGB value is (89,155,131). Sum of RGB (Red+Green+Blue) = 89+155+131=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #599B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599B83 is #A6647C. Grayscale: #848484. Windows color (decimal): -10904701 or 8624985. OLE color: 8624985.

HSL color Cylindrical-coordinate representation of color #599B83: hue angle of 158.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B83 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB89155131-
CMYK0.4300.150.39
HSL158.18º27.05%47.84%-
HSV(B)158.18º42.58%60.78%-
XYZ19.9427.2125.67-
YUV132.53127.1396.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=23.73%
G=41.33%
B=34.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891551310.4300.150.39158.1827.0547.84
Hex599B832B0F279e1b30
Octal13123320353017472363360
Binary10110011001101110000011101011011111001111001111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599B83; }

 p { color: rgb(89,155,131); }

 H1.HeaderClassName
 {
   color: #599B83;
 }
 .AnyTagClassName
 {
   color: #599B83;
 }
</style>
background-color css

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

 a { background-color: rgb(89,155,131); }

 div.DivClassName
 {
   background-color: #599B83;
 }
 .BgClassName
 {
   background-color: #599B83;
 }
</style>
border-color css

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

 span { border-color: rgb(89,155,131); }

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