Html Css Color HEX #656971 Shuttle Grey

📋 copy color: '#656971'

red 101 ◦ green 105 ◦ blue 113

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

Shades of Shuttle Grey #656971

Tints of Shuttle Grey #656971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 31.66%
G = 32.92%
B = 35.42%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#656971 (or 0x656971) is known color: Shuttle Grey. HEX triplet: 65, 69 and 71. RGB value is (101,105,113). Sum of RGB (Red+Green+Blue) = 101+105+113=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #656971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656971 is #9A968E. Grayscale: #686868. Windows color (decimal): -10131087 or 7432549. OLE color: 7432549.

HSL color Cylindrical-coordinate representation of color #656971: hue angle of 220º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656971 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 105 113 -
CMYK 0.11 0.07 0 0.56
HSL 220º 0.06% 0.42% -
HSV(B) 220º 0.11% 0.44% -
XYZ 13.4 14.06 17.63 -
YUV 104.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 101 105 113 0.11 0.07 0 0.56 220 0.06 0.42
Hex 65 69 71 B 7 0 38 DC 6 2A
Octal 145 151 161 13 7 0 70 334 6 52
Binary 1100101 1101001 1110001 1011 111 0 111000 11011100 110 101010

Color Harmonies of #656971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656971

Black with #656971

Text Example


Text Example

White with #656971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656971; }

 p { color: rgb(101,105,113); }

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

background-color css

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

 a { background-color: rgb(101,105,113); }

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

border-color css

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

 span { border-color: rgb(101,105,113); }

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