#599483

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

Shades of Patina #599483

Tints of Patina #599483

Color information

#599483 (or 0x599483) is unknown color: approx Patina. HEX triplet: 59, 94 and 83. RGB value is (89,148,131). Sum of RGB (Red+Green+Blue) = 89+148+131=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #599483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599483 is #A66B7C. Grayscale: #808080. Windows color (decimal): -10906493 or 8623193. OLE color: 8623193.

HSL color Cylindrical-coordinate representation of color #599483: hue angle of 162.71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599483 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB89148131-
CMYK0.4000.110.42
HSL162.71º24.89%46.47%-
HSV(B)162.71º39.86%58.04%-
XYZ18.8124.9425.3-
YUV128.42129.4599.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=24.18%
G=40.22%
B=35.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481310.4000.110.42162.7124.8946.47
Hex599483280B2Aa3192e
Octal13122420350013522433156
Binary10110011001010010000011101000010111010101010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599483; }

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

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

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

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

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

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

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

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