#599985

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

Shades of Patina #599985

Tints of Patina #599985

Color information

#599985 (or 0x599985) is unknown color: approx Patina. HEX triplet: 59, 99 and 85. RGB value is (89,153,133). Sum of RGB (Red+Green+Blue) = 89+153+133=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #599985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599985 is #A6667A. Grayscale: #838383. Windows color (decimal): -10905211 or 8755545. OLE color: 8755545.

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

Color convert

RGB89153133-
CMYK0.4200.130.4
HSL161.25º26.45%47.45%-
HSV(B)161.25º41.83%60%-
XYZ19.7426.626.28-
YUV131.58128.897.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=23.73%
G=40.8%
B=35.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891531330.4200.130.4161.2526.4547.45
Hex5999852A0D28a11a2f
Octal13123120552015502413257
Binary10110011001100110000101101010011011010001010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599985; }

 p { color: rgb(89,153,133); }

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

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

 a { background-color: rgb(89,153,133); }

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

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

 span { border-color: rgb(89,153,133); }

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