Html Css Color HEX #658C86 Gumbo

📋 copy color: '#658C86'

red 101 ◦ green 140 ◦ blue 134

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

Shades of Gumbo #658C86

Tints of Gumbo #658C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 26.93%
G = 37.33%
B = 35.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#658C86 (or 0x658C86) is known color: Gumbo. HEX triplet: 65, 8C and 86. RGB value is (101,140,134). Sum of RGB (Red+Green+Blue) = 101+140+134=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #658C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C86 is #9A7379. Grayscale: #7F7F7F. Windows color (decimal): -10122106 or 8817765. OLE color: 8817765.

HSL color Cylindrical-coordinate representation of color #658C86: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658C86 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 140 134 -
CMYK 0.28 0 0.04 0.45
HSL 170.77º 0.16% 0.47% -
HSV(B) 170.77º 0.28% 0.55% -
XYZ 19.05 23.24 26.04 -
YUV 127.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 101 140 134 0.28 0 0.04 0.45 170.77 0.16 0.47
Hex 65 8C 86 1C 0 4 2D AB 10 2F
Octal 145 214 206 34 0 4 55 253 20 57
Binary 1100101 10001100 10000110 11100 0 100 101101 10101011 10000 101111

Color Harmonies of #658C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C86

Black with #658C86

Text Example


Text Example

White with #658C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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