#659289

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

Shades of Patina #659289

Tints of Patina #659289

Color information

#659289 (or 0x659289) is unknown color: approx Patina. HEX triplet: 65, 92 and 89. RGB value is (101,146,137). Sum of RGB (Red+Green+Blue) = 101+146+137=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #659289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659289 is #9A6D76. Grayscale: #838383. Windows color (decimal): -10120567 or 9015909. OLE color: 9015909.

HSL color Cylindrical-coordinate representation of color #659289: hue angle of 168º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659289 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB101146137-
CMYK0.3100.060.43
HSL168º18.22%48.43%-
HSV(B)168º30.82%57.25%-
XYZ20.1625.1327.46-
YUV131.52131.09106.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=26.30%
G=38.02%
B=35.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461370.3100.060.4316818.2248.43
Hex6592891F062Ba81230
Octal1452222113706532502260
Binary110010110010010100010011111101101010111010100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659289; }

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

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

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

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

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

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

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

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