#638582

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

Shades of Gumbo #638582

Tints of Gumbo #638582

Color information

#638582 (or 0x638582) is unknown color: approx Gumbo. HEX triplet: 63, 85 and 82. RGB value is (99,133,130). Sum of RGB (Red+Green+Blue) = 99+133+130=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #638582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638582 is #9C7A7D. Grayscale: #7A7A7A. Windows color (decimal): -10254974 or 8553827. OLE color: 8553827.

HSL color Cylindrical-coordinate representation of color #638582: hue angle of 174.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638582 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB99133130-
CMYK0.2600.020.48
HSL174.71º14.66%45.49%-
HSV(B)174.71º25.56%52.16%-
XYZ17.5621.0424.25-
YUV122.49132.24111.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=27.35%
G=36.74%
B=35.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991331300.2600.020.48174.7114.6645.49
Hex6385821A0230aff2d
Octal1432052023202602571755
Binary1100011100001011000001011010010110000101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638582; }

 p { color: rgb(99,133,130); }

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

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

 a { background-color: rgb(99,133,130); }

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

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

 span { border-color: rgb(99,133,130); }

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