#658C85

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

Shades of Gumbo #658C85

Tints of Gumbo #658C85

Color information

#658C85 (or 0x658C85) is unknown color: approx Gumbo. HEX triplet: 65, 8C and 85. RGB value is (101,140,133). Sum of RGB (Red+Green+Blue) = 101+140+133=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #658C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C85 is #9A737A. Grayscale: #7F7F7F. Windows color (decimal): -10122107 or 8752229. OLE color: 8752229.

HSL color Cylindrical-coordinate representation of color #658C85: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658C85 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB101140133-
CMYK0.2800.050.45
HSL169.23º16.18%47.25%-
HSV(B)169.23º27.86%54.9%-
XYZ18.9823.2225.67-
YUV127.54131.08109.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=27.01%
G=37.43%
B=35.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011401330.2800.050.45169.2316.1847.25
Hex658C851C052Da9102f
Octal1452142053405552512057
Binary110010110001100100001011110001011011011010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658C85; }

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

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

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

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

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

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

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

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