Html Css Color HEX #659991 Gumbo

📋 copy color: '#659991'

red 101 ◦ green 153 ◦ blue 145

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

Shades of Gumbo #659991

Tints of Gumbo #659991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 25.31%
G = 38.35%
B = 36.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#659991 (or 0x659991) is known color: Gumbo. HEX triplet: 65, 99 and 91. RGB value is (101,153,145). Sum of RGB (Red+Green+Blue) = 101+153+145=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #659991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659991 is #9A666E. Grayscale: #888888. Windows color (decimal): -10118767 or 9541989. OLE color: 9541989.

HSL color Cylindrical-coordinate representation of color #659991: hue angle of 170.77º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659991 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 145 -
CMYK 0.34 0 0.05 0.4
HSL 170.77º 0.2% 0.5% -
HSV(B) 170.77º 0.34% 0.6% -
XYZ 21.87 27.59 30.96 -
YUV 136.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 101 153 145 0.34 0 0.05 0.4 170.77 0.2 0.5
Hex 65 99 91 22 0 5 28 AB 14 32
Octal 145 231 221 42 0 5 50 253 24 62
Binary 1100101 10011001 10010001 100010 0 101 101000 10101011 10100 110010

Color Harmonies of #659991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659991

Black with #659991

Text Example


Text Example

White with #659991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659991; }

 p { color: rgb(101,153,145); }

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

background-color css

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

 a { background-color: rgb(101,153,145); }

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

border-color css

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

 span { border-color: rgb(101,153,145); }

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