Html Css Color HEX #658682 Gumbo

📋 copy color: '#658682'

red 101 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #658682

Tints of Gumbo #658682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

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

R = 27.67%
G = 36.71%
B = 35.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#658682 (or 0x658682) is known color: Gumbo. HEX triplet: 65, 86 and 82. RGB value is (101,134,130). Sum of RGB (Red+Green+Blue) = 101+134+130=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #658682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658682 is #9A797D. Grayscale: #7B7B7B. Windows color (decimal): -10123646 or 8554085. OLE color: 8554085.

HSL color Cylindrical-coordinate representation of color #658682: hue angle of 172.73º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658682 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 130 -
CMYK 0.25 0 0.03 0.47
HSL 172.73º 0.14% 0.46% -
HSV(B) 172.73º 0.25% 0.53% -
XYZ 17.92 21.43 24.31 -
YUV 123.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 101 134 130 0.25 0 0.03 0.47 172.73 0.14 0.46
Hex 65 86 82 19 0 3 2F AD E 2E
Octal 145 206 202 31 0 3 57 255 16 56
Binary 1100101 10000110 10000010 11001 0 11 101111 10101101 1110 101110

Color Harmonies of #658682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658682

Black with #658682

Text Example


Text Example

White with #658682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658682; }

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

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

background-color css

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

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

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

border-color css

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

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

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