Html Css Color HEX #658581 Gumbo

📋 copy color: '#658581'

red 101 ◦ green 133 ◦ blue 129

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

Shades of Gumbo #658581

Tints of Gumbo #658581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 27.82%
G = 36.64%
B = 35.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#658581 (or 0x658581) is known color: Gumbo. HEX triplet: 65, 85 and 81. RGB value is (101,133,129). Sum of RGB (Red+Green+Blue) = 101+133+129=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #658581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658581 is #9A7A7E. Grayscale: #7A7A7A. Windows color (decimal): -10123903 or 8488293. OLE color: 8488293.

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

Color convert

RGB 101 133 129 -
CMYK 0.24 0 0.03 0.48
HSL 172.5º 0.14% 0.46% -
HSV(B) 172.5º 0.24% 0.52% -
XYZ 17.72 21.13 23.91 -
YUV 122.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 101 133 129 0.24 0 0.03 0.48 172.5 0.14 0.46
Hex 65 85 81 18 0 3 30 AC E 2E
Octal 145 205 201 30 0 3 60 254 16 56
Binary 1100101 10000101 10000001 11000 0 11 110000 10101100 1110 101110

Color Harmonies of #658581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658581

Black with #658581

Text Example


Text Example

White with #658581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658581; }

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

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

background-color css

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

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

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

border-color css

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

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

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