#656971

Color #656971 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #656971

Tints of Shuttle Grey #656971

Color information

#656971 (or 0x656971) is unknown color: approx 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

RGB101105113-
CMYK0.110.0700.56
HSL220º5.61%41.96%-
HSV(B)220º10.62%44.31%-
XYZ13.414.0617.63-
YUV104.72132.67125.35-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011051130.110.0700.562205.6141.96
Hex656971B7038dc62a
Octal145151161137070334652
Binary1100101110100111100011011111011100011011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>