#599383

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

Shades of Patina #599383

Tints of Patina #599383

Color information

#599383 (or 0x599383) is unknown color: approx Patina. HEX triplet: 59, 93 and 83. RGB value is (89,147,131). Sum of RGB (Red+Green+Blue) = 89+147+131=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #599383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599383 is #A66C7C. Grayscale: #7F7F7F. Windows color (decimal): -10906749 or 8622937. OLE color: 8622937.

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

Color convert

RGB89147131-
CMYK0.3900.110.42
HSL163.45º24.58%46.27%-
HSV(B)163.45º39.46%57.65%-
XYZ18.6524.6325.24-
YUV127.83129.78100.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=24.25%
G=40.05%
B=35.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471310.3900.110.42163.4524.5846.27
Hex599383270B2Aa3192e
Octal13122320347013522433156
Binary10110011001001110000011100111010111010101010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599383; }

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

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

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

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

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

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

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

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