Html Css Color HEX #638584 Gumbo

📋 copy color: '#638584'

red 99 ◦ green 133 ◦ blue 132

#638584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #638584

Tints of Gumbo #638584

RGB

 RED value IS 99 (39.06% from 255) = 27.2%

 GREEN value IS 133 (52.34% from 255) = 36.54%

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 27.2%
G = 36.54%
B = 36.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#638584 (or 0x638584) is known color: 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

RGB 99 133 132 -
CMYK 0.26 0 0.01 0.48
HSL 178.24º 0.15% 0.45% -
HSV(B) 178.24º 0.26% 0.52% -
XYZ 17.7 21.09 24.97 -
YUV 122.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 99 133 132 0.26 0 0.01 0.48 178.24 0.15 0.45
Hex 63 85 84 1A 0 1 30 B2 F 2D
Octal 143 205 204 32 0 1 60 262 17 55
Binary 1100011 10000101 10000100 11010 0 1 110000 10110010 1111 101101

Color Harmonies of #638584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638584

Black with #638584

Text Example


Text Example

White with #638584

Text Example


Text Example

HTML Codes & Css Web 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>