#659883

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

Shades of Patina #659883

Tints of Patina #659883

Color information

#659883 (or 0x659883) is unknown color: approx Patina. HEX triplet: 65, 98 and 83. RGB value is (101,152,131). Sum of RGB (Red+Green+Blue) = 101+152+131=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #659883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659883 is #9A677C. Grayscale: #868686. Windows color (decimal): -10119037 or 8624229. OLE color: 8624229.

HSL color Cylindrical-coordinate representation of color #659883: hue angle of 155.29º degrees, saturation: 0.2, 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 #659883 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB101152131-
CMYK0.3400.140.40
HSL155.29º20.16%49.61%-
HSV(B)155.29º33.55%59.61%-
XYZ20.6926.8625.57-
YUV134.36126.1104.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=26.30%
G=39.58%
B=34.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521310.3400.140.40155.2920.1649.61
Hex659883220E289b1432
Octal14523020342016502332462
Binary11001011001100010000011100010011101010001001101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659883; }

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

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

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

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

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

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

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

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