#659087

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

Shades of Patina #659087

Tints of Patina #659087

Color information

#659087 (or 0x659087) is unknown color: approx Patina. HEX triplet: 65, 90 and 87. RGB value is (101,144,135). Sum of RGB (Red+Green+Blue) = 101+144+135=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #659087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659087 is #9A6F78. Grayscale: #828282. Windows color (decimal): -10121081 or 8884325. OLE color: 8884325.

HSL color Cylindrical-coordinate representation of color #659087: hue angle of 167.44º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659087 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB101144135-
CMYK0.3000.060.44
HSL167.44º17.55%48.04%-
HSV(B)167.44º29.86%56.47%-
XYZ19.7124.4626.6-
YUV130.12130.75107.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=26.58%
G=37.89%
B=35.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441350.3000.060.44167.4417.5548.04
Hex6590871E062Ca71230
Octal1452202073606542472260
Binary110010110010000100001111111001101011001010011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659087; }

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

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

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

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

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

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

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

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