#659A89

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

Shades of Patina #659A89

Tints of Patina #659A89

Color information

#659A89 (or 0x659A89) is unknown color: approx Patina. HEX triplet: 65, 9A and 89. RGB value is (101,154,137). Sum of RGB (Red+Green+Blue) = 101+154+137=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 154 - color contains mainly: green. Hex color #659A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A89 is #9A6576. Grayscale: #888888. Windows color (decimal): -10118519 or 9017957. OLE color: 9017957.

HSL color Cylindrical-coordinate representation of color #659A89: hue angle of 160.75º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A89 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB101154137-
CMYK0.3400.110.40
HSL160.75º20.78%50%-
HSV(B)160.75º34.42%60.39%-
XYZ21.4427.6827.88-
YUV136.22128.44102.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=25.77%
G=39.29%
B=34.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011541370.3400.110.40160.7520.7850
Hex659A89220B28a11532
Octal14523221142013502412562
Binary11001011001101010001001100010010111010001010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,154,137); }

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

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

 a { background-color: rgb(101,154,137); }

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

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

 span { border-color: rgb(101,154,137); }

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