#599282

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

Shades of Patina #599282

Tints of Patina #599282

Color information

#599282 (or 0x599282) is unknown color: approx Patina. HEX triplet: 59, 92 and 82. RGB value is (89,146,130). Sum of RGB (Red+Green+Blue) = 89+146+130=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #599282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599282 is #A66D7D. Grayscale: #7F7F7F. Windows color (decimal): -10907006 or 8557145. OLE color: 8557145.

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

Color convert

RGB89146130-
CMYK0.3900.110.43
HSL163.16º24.26%46.08%-
HSV(B)163.16º39.04%57.25%-
XYZ18.4324.2924.84-
YUV127.13129.62100.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=24.38%
G=40%
B=35.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461300.3900.110.43163.1624.2646.08
Hex599282270B2Ba3182e
Octal13122220247013532433056
Binary10110011001001010000010100111010111010111010001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599282; }

 p { color: rgb(89,146,130); }

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

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

 a { background-color: rgb(89,146,130); }

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

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

 span { border-color: rgb(89,146,130); }

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