#599280

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

Shades of Patina #599280

Tints of Patina #599280

Color information

#599280 (or 0x599280) is unknown color: approx Patina. HEX triplet: 59, 92 and 80. RGB value is (89,146,128). Sum of RGB (Red+Green+Blue) = 89+146+128=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #599280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599280 is #A66D7F. Grayscale: #7E7E7E. Windows color (decimal): -10907008 or 8426073. OLE color: 8426073.

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

Color convert

RGB89146128-
CMYK0.3900.120.43
HSL161.05º24.26%46.08%-
HSV(B)161.05º39.04%57.25%-
XYZ18.2924.2424.14-
YUV126.9128.62100.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=24.52%
G=40.22%
B=35.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461280.3900.120.43161.0524.2646.08
Hex599280270C2Ba1182e
Octal13122220047014532413056
Binary10110011001001010000000100111011001010111010000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599280; }

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

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

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

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

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

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

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

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