#628A85

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

Shades of Gumbo #628A85

Tints of Gumbo #628A85

Color information

#628A85 (or 0x628A85) is unknown color: approx Gumbo. HEX triplet: 62, 8A and 85. RGB value is (98,138,133). Sum of RGB (Red+Green+Blue) = 98+138+133=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #628A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A85 is #9D757A. Grayscale: #7D7D7D. Windows color (decimal): -10319227 or 8751714. OLE color: 8751714.

HSL color Cylindrical-coordinate representation of color #628A85: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628A85 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB98138133-
CMYK0.2900.040.46
HSL172.5º16.95%46.27%-
HSV(B)172.5º28.99%54.12%-
XYZ18.3622.4725.56-
YUV125.47132.25108.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=26.56%
G=37.40%
B=36.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981381330.2900.040.46172.516.9546.27
Hex628A851D042Eac112e
Octal1422122053504562542156
Binary110001010001010100001011110101001011101010110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628A85; }

 p { color: rgb(98,138,133); }

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

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

 a { background-color: rgb(98,138,133); }

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

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

 span { border-color: rgb(98,138,133); }

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