Html Css Color HEX #658582 Gumbo

📋 copy color: '#658582'

red 101 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #658582

Tints of Gumbo #658582

RGB

 RED value IS 101 (39.84% from 255) = 27.75%

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

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 27.75%
G = 36.54%
B = 35.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#658582 (or 0x658582) is known color: Gumbo. HEX triplet: 65, 85 and 82. RGB value is (101,133,130). Sum of RGB (Red+Green+Blue) = 101+133+130=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #658582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658582 is #9A7A7D. Grayscale: #7B7B7B. Windows color (decimal): -10123902 or 8553829. OLE color: 8553829.

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

Color convert

RGB 101 133 130 -
CMYK 0.24 0 0.02 0.48
HSL 174.38º 0.14% 0.46% -
HSV(B) 174.38º 0.24% 0.52% -
XYZ 17.78 21.15 24.26 -
YUV 123.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 101 133 130 0.24 0 0.02 0.48 174.38 0.14 0.46
Hex 65 85 82 18 0 2 30 AE E 2E
Octal 145 205 202 30 0 2 60 256 16 56
Binary 1100101 10000101 10000010 11000 0 10 110000 10101110 1110 101110

Color Harmonies of #658582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658582

Black with #658582

Text Example


Text Example

White with #658582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658582; }

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

 H1.HeaderClassName
 {
   color: #658582;
 }
 .AnyTagClassName
 {
   color: #658582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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