#659A83

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

Shades of Patina #659A83

Tints of Patina #659A83

Color information

#659A83 (or 0x659A83) is unknown color: approx Patina. HEX triplet: 65, 9A and 83. RGB value is (101,154,131). Sum of RGB (Red+Green+Blue) = 101+154+131=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 154 - color contains mainly: green. Hex color #659A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659A83 is #9A657C. Grayscale: #878787. Windows color (decimal): -10118525 or 8624741. OLE color: 8624741.

HSL color Cylindrical-coordinate representation of color #659A83: hue angle of 153.96º 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 #659A83 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB101154131-
CMYK0.3400.150.40
HSL153.96º20.78%50%-
HSV(B)153.96º34.42%60.39%-
XYZ21.0227.5225.68-
YUV135.53125.44103.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=26.17%
G=39.90%
B=33.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011541310.3400.150.40153.9620.7850
Hex659A83220F289a1532
Octal14523220342017502322562
Binary11001011001101010000011100010011111010001001101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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