#599683

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

Shades of Patina #599683

Tints of Patina #599683

Color information

#599683 (or 0x599683) is unknown color: approx Patina. HEX triplet: 59, 96 and 83. RGB value is (89,150,131). Sum of RGB (Red+Green+Blue) = 89+150+131=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #599683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599683 is #A6697C. Grayscale: #818181. Windows color (decimal): -10905981 or 8623705. OLE color: 8623705.

HSL color Cylindrical-coordinate representation of color #599683: hue angle of 161.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599683 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB89150131-
CMYK0.4100.130.41
HSL161.31º25.52%46.86%-
HSV(B)161.31º40.67%58.82%-
XYZ19.1225.5825.4-
YUV129.6128.7999.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=24.05%
G=40.54%
B=35.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501310.4100.130.41161.3125.5246.86
Hex599683290D29a11a2f
Octal13122620351015512413257
Binary10110011001011010000011101001011011010011010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599683; }

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

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

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

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

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

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

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

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