#638B88

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

Shades of Gumbo #638B88

Tints of Gumbo #638B88

Color information

#638B88 (or 0x638B88) is unknown color: approx Gumbo. HEX triplet: 63, 8B and 88. RGB value is (99,139,136). Sum of RGB (Red+Green+Blue) = 99+139+136=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #638B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B88 is #9C7477. Grayscale: #7E7E7E. Windows color (decimal): -10253432 or 8948579. OLE color: 8948579.

HSL color Cylindrical-coordinate representation of color #638B88: 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.29%. Process color model (Four color, CMYK) of #638B88 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB99139136-
CMYK0.2900.020.45
HSL175.5º16.81%46.67%-
HSV(B)175.5º28.78%54.51%-
XYZ18.8222.926.72-
YUV126.7133.25108.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=26.47%
G=37.17%
B=36.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391360.2900.020.45175.516.8146.67
Hex638B881D022Daf112f
Octal1432132103502552572157
Binary11000111000101110001000111010101011011010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638B88; }

 p { color: rgb(99,139,136); }

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

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

 a { background-color: rgb(99,139,136); }

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

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

 span { border-color: rgb(99,139,136); }

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