#599C8D

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

Shades of Patina #599C8D

Tints of Patina #599C8D

Color information

#599C8D (or 0x599C8D) is unknown color: approx Patina. HEX triplet: 59, 9C and 8D. RGB value is (89,156,141). Sum of RGB (Red+Green+Blue) = 89+156+141=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #599C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599C8D is #A66372. Grayscale: #868686. Windows color (decimal): -10904435 or 9280601. OLE color: 9280601.

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

Color convert

RGB89156141-
CMYK0.4300.100.39
HSL166.57º27.35%48.04%-
HSV(B)166.57º42.95%61.18%-
XYZ20.8227.8229.47-
YUV134.26131.895.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=23.06%
G=40.41%
B=36.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891561410.4300.100.39166.5727.3548.04
Hex599C8D2B0A27a71b30
Octal13123421553012472473360
Binary10110011001110010001101101011010101001111010011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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