#599580

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

Shades of Patina #599580

Tints of Patina #599580

Color information

#599580 (or 0x599580) is unknown color: approx Patina. HEX triplet: 59, 95 and 80. RGB value is (89,149,128). Sum of RGB (Red+Green+Blue) = 89+149+128=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #599580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599580 is #A66A7F. Grayscale: #808080. Windows color (decimal): -10906240 or 8426841. OLE color: 8426841.

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

Color convert

RGB89149128-
CMYK0.4000.140.42
HSL159º25.21%46.67%-
HSV(B)159º40.27%58.43%-
XYZ18.7625.1824.29-
YUV128.67127.6299.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=24.32%
G=40.71%
B=34.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491280.4000.140.4215925.2146.67
Hex599580280E2A9f192f
Octal13122520050016522373157
Binary10110011001010110000000101000011101010101001111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599580; }

 p { color: rgb(89,149,128); }

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

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

 a { background-color: rgb(89,149,128); }

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

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

 span { border-color: rgb(89,149,128); }

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