#656A72

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

Shades of Shuttle Grey #656A72

Tints of Shuttle Grey #656A72

Color information

#656A72 (or 0x656A72) is unknown color: approx Shuttle Grey. HEX triplet: 65, 6A and 72. RGB value is (101,106,114). Sum of RGB (Red+Green+Blue) = 101+106+114=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #656A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A72 is #9A958D. Grayscale: #696969. Windows color (decimal): -10130830 or 7498341. OLE color: 7498341.

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

Color convert

RGB101106114-
CMYK0.110.0700.55
HSL216.92º6.05%42.16%-
HSV(B)216.92º11.4%44.71%-
XYZ13.5614.2917.96-
YUV105.42132.84124.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=31.46%
G=33.02%
B=35.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011061140.110.0700.55216.926.0542.16
Hex656A72B7037d962a
Octal145152162137067331652
Binary1100101110101011100101011111011011111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656A72; }

 p { color: rgb(101,106,114); }

 H1.HeaderClassName
 {
   color: #656A72;
 }
 .AnyTagClassName
 {
   color: #656A72;
 }
</style>
background-color css

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

 a { background-color: rgb(101,106,114); }

 div.DivClassName
 {
   background-color: #656A72;
 }
 .BgClassName
 {
   background-color: #656A72;
 }
</style>
border-color css

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

 span { border-color: rgb(101,106,114); }

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