#659E91

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

Shades of Patina #659E91

Tints of Patina #659E91

Color information

#659E91 (or 0x659E91) is unknown color: approx Patina. HEX triplet: 65, 9E and 91. RGB value is (101,158,145). Sum of RGB (Red+Green+Blue) = 101+158+145=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #659E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659E91 is #9A616E. Grayscale: #8B8B8B. Windows color (decimal): -10117487 or 9543269. OLE color: 9543269.

HSL color Cylindrical-coordinate representation of color #659E91: hue angle of 166.32º 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 #659E91 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB101158145-
CMYK0.3600.080.38
HSL166.32º22.71%50.78%-
HSV(B)166.32º36.08%61.96%-
XYZ22.729.2631.24-
YUV139.48131.12100.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 145 (57.03% from 255) = 35.89%
R=25%
G=39.11%
B=35.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011581450.3600.080.38166.3222.7150.78
Hex659E91240826a61733
Octal14523622144010462462763
Binary11001011001111010010001100100010001001101010011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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