#638584

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

Shades of Gumbo #638584

Tints of Gumbo #638584

Color information

#638584 (or 0x638584) is unknown color: approx Gumbo. HEX triplet: 63, 85 and 84. RGB value is (99,133,132). Sum of RGB (Red+Green+Blue) = 99+133+132=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #638584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638584 is #9C7A7B. Grayscale: #7A7A7A. Windows color (decimal): -10254972 or 8684899. OLE color: 8684899.

HSL color Cylindrical-coordinate representation of color #638584: hue angle of 178.24º 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 #638584 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB99133132-
CMYK0.2600.010.48
HSL178.24º14.66%45.49%-
HSV(B)178.24º25.56%52.16%-
XYZ17.721.0924.97-
YUV122.72133.24111.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=27.20%
G=36.54%
B=36.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991331320.2600.010.48178.2414.6645.49
Hex6385841A0130b2f2d
Octal1432052043201602621755
Binary110001110000101100001001101001110000101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638584; }

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

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

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

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

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

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

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

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