#659182

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

Shades of Patina #659182

Tints of Patina #659182

Color information

#659182 (or 0x659182) is unknown color: approx Patina. HEX triplet: 65, 91 and 82. RGB value is (101,145,130). Sum of RGB (Red+Green+Blue) = 101+145+130=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #659182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659182 is #9A6E7D. Grayscale: #828282. Windows color (decimal): -10120830 or 8556901. OLE color: 8556901.

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

Color convert

RGB101145130-
CMYK0.3000.100.43
HSL159.55º17.89%48.24%-
HSV(B)159.55º30.34%56.86%-
XYZ19.5224.6324.84-
YUV130.13127.92107.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=26.86%
G=38.56%
B=34.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451300.3000.100.43159.5517.8948.24
Hex6591821E0A2Ba01230
Octal14522120236012532402260
Binary1100101100100011000001011110010101010111010000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659182; }

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

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

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

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

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

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

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

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