#659287

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

Shades of Patina #659287

Tints of Patina #659287

Color information

#659287 (or 0x659287) is unknown color: approx Patina. HEX triplet: 65, 92 and 87. RGB value is (101,146,135). Sum of RGB (Red+Green+Blue) = 101+146+135=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #659287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659287 is #9A6D78. Grayscale: #838383. Windows color (decimal): -10120569 or 8884837. OLE color: 8884837.

HSL color Cylindrical-coordinate representation of color #659287: hue angle of 165.33º 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 #659287 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB101146135-
CMYK0.3100.080.43
HSL165.33º18.22%48.43%-
HSV(B)165.33º30.82%57.25%-
XYZ20.0225.0726.71-
YUV131.29130.09106.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=26.44%
G=38.22%
B=35.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461350.3100.080.43165.3318.2248.43
Hex6592871F082Ba51230
Octal14522220737010532452260
Binary1100101100100101000011111111010001010111010010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659287; }

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

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

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

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

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

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

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

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