#658582

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

Shades of Gumbo #658582

Tints of Gumbo #658582

Color information

#658582 (or 0x658582) is unknown color: approx Gumbo. HEX triplet: 65, 85 and 82. RGB value is (101,133,130). Sum of RGB (Red+Green+Blue) = 101+133+130=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #658582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658582 is #9A7A7D. Grayscale: #7B7B7B. Windows color (decimal): -10123902 or 8553829. OLE color: 8553829.

HSL color Cylindrical-coordinate representation of color #658582: hue angle of 174.37º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #658582 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB101133130-
CMYK0.2400.020.48
HSL174.37º13.68%45.88%-
HSV(B)174.37º24.06%52.16%-
XYZ17.7821.1524.26-
YUV123.09131.9112.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=27.75%
G=36.54%
B=35.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011331300.2400.020.48174.3713.6845.88
Hex658582180230aee2e
Octal1452052023002602561656
Binary1100101100001011000001011000010110000101011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658582; }

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

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

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

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

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

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

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

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