#65928B

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

Shades of Gumbo #65928B

Tints of Gumbo #65928B

Color information

#65928B (or 0x65928B) is unknown color: approx Gumbo. HEX triplet: 65, 92 and 8B. RGB value is (101,146,139). Sum of RGB (Red+Green+Blue) = 101+146+139=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #65928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928B is #9A6D74. Grayscale: #838383. Windows color (decimal): -10120565 or 9146981. OLE color: 9146981.

HSL color Cylindrical-coordinate representation of color #65928B: hue angle of 170.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65928B is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB101146139-
CMYK0.3100.050.43
HSL170.67º18.22%48.43%-
HSV(B)170.67º30.82%57.25%-
XYZ20.3125.1928.22-
YUV131.75132.09106.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=26.17%
G=37.82%
B=36.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461390.3100.050.43170.6718.2248.43
Hex65928B1F052Bab1230
Octal1452222133705532532260
Binary110010110010010100010111111101011010111010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65928B; }

 p { color: rgb(101,146,139); }

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

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

 a { background-color: rgb(101,146,139); }

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

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

 span { border-color: rgb(101,146,139); }

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