Html Css Color HEX #659B90 Gumbo

📋 copy color: '#659B90'

red 101 ◦ green 155 ◦ blue 144

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

Shades of Gumbo #659B90

Tints of Gumbo #659B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 25.25%
G = 38.75%
B = 36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#659B90 (or 0x659B90) is known color: Gumbo. HEX triplet: 65, 9B and 90. RGB value is (101,155,144). Sum of RGB (Red+Green+Blue) = 101+155+144=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #659B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B90 is #9A646F. Grayscale: #898989. Windows color (decimal): -10118256 or 9476965. OLE color: 9476965.

HSL color Cylindrical-coordinate representation of color #659B90: hue angle of 167.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B90 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 155 144 -
CMYK 0.35 0 0.07 0.39
HSL 167.78º 0.21% 0.5% -
HSV(B) 167.78º 0.35% 0.61% -
XYZ 22.12 28.22 30.67 -
YUV 137.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 101 155 144 0.35 0 0.07 0.39 167.78 0.21 0.5
Hex 65 9B 90 23 0 7 27 A8 15 32
Octal 145 233 220 43 0 7 47 250 25 62
Binary 1100101 10011011 10010000 100011 0 111 100111 10101000 10101 110010

Color Harmonies of #659B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659B90

Black with #659B90

Text Example


Text Example

White with #659B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659B90; }

 p { color: rgb(101,155,144); }

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

background-color css

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

 a { background-color: rgb(101,155,144); }

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

border-color css

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

 span { border-color: rgb(101,155,144); }

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