#659E87

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

Shades of Patina #659E87

Tints of Patina #659E87

Color information

#659E87 (or 0x659E87) is unknown color: approx Patina. HEX triplet: 65, 9E and 87. RGB value is (101,158,135). Sum of RGB (Red+Green+Blue) = 101+158+135=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #659E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E87 is #9A6178. Grayscale: #8A8A8A. Windows color (decimal): -10117497 or 8887909. OLE color: 8887909.

HSL color Cylindrical-coordinate representation of color #659E87: hue angle of 155.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E87 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB101158135-
CMYK0.3600.150.38
HSL155.79º22.71%50.78%-
HSV(B)155.79º36.08%61.96%-
XYZ21.9728.9727.36-
YUV138.33126.12101.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=25.63%
G=40.10%
B=34.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011581350.3600.150.38155.7922.7150.78
Hex659E87240F269c1733
Octal14523620744017462342763
Binary11001011001111010000111100100011111001101001110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659E87; }

 p { color: rgb(101,158,135); }

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

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

 a { background-color: rgb(101,158,135); }

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

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

 span { border-color: rgb(101,158,135); }

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