#658886

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

Shades of Gumbo #658886

Tints of Gumbo #658886

Color information

#658886 (or 0x658886) is unknown color: approx Gumbo. HEX triplet: 65, 88 and 86. RGB value is (101,136,134). Sum of RGB (Red+Green+Blue) = 101+136+134=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #658886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658886 is #9A7779. Grayscale: #7D7D7D. Windows color (decimal): -10123130 or 8816741. OLE color: 8816741.

HSL color Cylindrical-coordinate representation of color #658886: hue angle of 176.57º 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 #658886 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB101136134-
CMYK0.2600.010.47
HSL176.57º14.77%46.47%-
HSV(B)176.57º25.74%53.33%-
XYZ18.4722.125.85-
YUV125.31132.9110.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=27.22%
G=36.66%
B=36.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011361340.2600.010.47176.5714.7746.47
Hex6588861A012Fb1f2e
Octal1452102063201572611756
Binary110010110001000100001101101001101111101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658886; }

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

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

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

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

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

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

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

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