#658785

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

Shades of Gumbo #658785

Tints of Gumbo #658785

Color information

#658785 (or 0x658785) is unknown color: approx Gumbo. HEX triplet: 65, 87 and 85. RGB value is (101,135,133). Sum of RGB (Red+Green+Blue) = 101+135+133=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #658785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658785 is #9A787A. Grayscale: #7C7C7C. Windows color (decimal): -10123387 or 8750949. OLE color: 8750949.

HSL color Cylindrical-coordinate representation of color #658785: hue angle of 176.47º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658785 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB101135133-
CMYK0.2500.010.47
HSL176.47º14.41%46.27%-
HSV(B)176.47º25.19%52.94%-
XYZ18.2621.7925.43-
YUV124.61132.74111.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=27.37%
G=36.59%
B=36.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011351330.2500.010.47176.4714.4146.27
Hex65878519012Fb0e2e
Octal1452072053101572601656
Binary110010110000111100001011100101101111101100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658785; }

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

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

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

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

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

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

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

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