#658882

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

Shades of Gumbo #658882

Tints of Gumbo #658882

Color information

#658882 (or 0x658882) is unknown color: approx Gumbo. HEX triplet: 65, 88 and 82. RGB value is (101,136,130). Sum of RGB (Red+Green+Blue) = 101+136+130=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #658882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658882 is #9A777D. Grayscale: #7C7C7C. Windows color (decimal): -10123134 or 8554597. OLE color: 8554597.

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

Color convert

RGB101136130-
CMYK0.2600.040.47
HSL169.71º14.77%46.47%-
HSV(B)169.71º25.74%53.33%-
XYZ18.221.9924.4-
YUV124.85130.9110.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=27.52%
G=37.06%
B=35.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011361300.2600.040.47169.7114.7746.47
Hex6588821A042Faaf2e
Octal1452102023204572521756
Binary11001011000100010000010110100100101111101010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658882; }

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

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

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

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

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

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

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

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