#59998C

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

Shades of Patina #59998C

Tints of Patina #59998C

Color information

#59998C (or 0x59998C) is unknown color: approx Patina. HEX triplet: 59, 99 and 8C. RGB value is (89,153,140). Sum of RGB (Red+Green+Blue) = 89+153+140=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #59998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59998C is #A66673. Grayscale: #848484. Windows color (decimal): -10905204 or 9214297. OLE color: 9214297.

HSL color Cylindrical-coordinate representation of color #59998C: hue angle of 167.81º 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 #59998C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB89153140-
CMYK0.4200.080.4
HSL167.81º26.45%47.45%-
HSV(B)167.81º41.83%60%-
XYZ20.2426.828.92-
YUV132.38132.397.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=23.30%
G=40.05%
B=36.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891531400.4200.080.4167.8126.4547.45
Hex59998C2A0828a81a2f
Octal13123121452010502503257
Binary10110011001100110001100101010010001010001010100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59998C; }

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

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

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

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

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

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

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

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