#599485

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

Shades of Patina #599485

Tints of Patina #599485

Color information

#599485 (or 0x599485) is unknown color: approx Patina. HEX triplet: 59, 94 and 85. RGB value is (89,148,133). Sum of RGB (Red+Green+Blue) = 89+148+133=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #599485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599485 is #A66B7A. Grayscale: #808080. Windows color (decimal): -10906491 or 8754265. OLE color: 8754265.

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

Color convert

RGB89148133-
CMYK0.4000.100.42
HSL164.75º24.89%46.47%-
HSV(B)164.75º39.86%58.04%-
XYZ18.942526.02-
YUV128.65130.4599.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.05%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=24.05%
G=40%
B=35.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481330.4000.100.42164.7524.8946.47
Hex599485280A2Aa5192e
Octal13122420550012522453156
Binary10110011001010010000101101000010101010101010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599485; }

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

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

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

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

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

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

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

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