#599C7E

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

Shades of Patina #599C7E

Tints of Patina #599C7E

Color information

#599C7E (or 0x599C7E) is unknown color: approx Patina. HEX triplet: 59, 9C and 7E. RGB value is (89,156,126). Sum of RGB (Red+Green+Blue) = 89+156+126=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #599C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C7E is #A66381. Grayscale: #848484. Windows color (decimal): -10904450 or 8297561. OLE color: 8297561.

HSL color Cylindrical-coordinate representation of color #599C7E: hue angle of 153.13º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C7E is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB89156126-
CMYK0.4300.190.39
HSL153.13º27.35%48.04%-
HSV(B)153.13º42.95%61.18%-
XYZ19.7727.4123.99-
YUV132.55124.396.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=23.99%
G=42.05%
B=33.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891561260.4300.190.39153.1327.3548.04
Hex599C7E2B01327991b30
Octal13123417653023472313360
Binary10110011001110011111101010110100111001111001100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599C7E; }

 p { color: rgb(89,156,126); }

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

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

 a { background-color: rgb(89,156,126); }

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

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

 span { border-color: rgb(89,156,126); }

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