#658D8A

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

Shades of Gumbo #658D8A

Tints of Gumbo #658D8A

Color information

#658D8A (or 0x658D8A) is unknown color: approx Gumbo. HEX triplet: 65, 8D and 8A. RGB value is (101,141,138). Sum of RGB (Red+Green+Blue) = 101+141+138=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #658D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D8A is #9A7275. Grayscale: #808080. Windows color (decimal): -10121846 or 9080165. OLE color: 9080165.

HSL color Cylindrical-coordinate representation of color #658D8A: hue angle of 175.5º degrees, saturation: 0.17, 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 #658D8A is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB101141138-
CMYK0.2800.020.45
HSL175.5º16.53%47.45%-
HSV(B)175.5º28.37%55.29%-
XYZ19.4823.6527.58-
YUV128.7133.25108.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=26.58%
G=37.11%
B=36.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011411380.2800.020.45175.516.5347.45
Hex658D8A1C022Daf112f
Octal1452152123402552572157
Binary11001011000110110001010111000101011011010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,138); }

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

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

 a { background-color: rgb(101,141,138); }

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

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

 span { border-color: rgb(101,141,138); }

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