#599288

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

Shades of Patina #599288

Tints of Patina #599288

Color information

#599288 (or 0x599288) is unknown color: approx Patina. HEX triplet: 59, 92 and 88. RGB value is (89,146,136). Sum of RGB (Red+Green+Blue) = 89+146+136=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #599288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599288 is #A66D77. Grayscale: #7F7F7F. Windows color (decimal): -10907000 or 8950361. OLE color: 8950361.

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

Color convert

RGB89146136-
CMYK0.3900.070.43
HSL169.47º24.26%46.08%-
HSV(B)169.47º39.04%57.25%-
XYZ18.8424.4627.02-
YUV127.82132.62100.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=23.99%
G=39.35%
B=36.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461360.3900.070.43169.4724.2646.08
Hex59928827072Ba9182e
Octal1312222104707532513056
Binary1011001100100101000100010011101111010111010100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599288; }

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

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

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

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

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

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

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

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