#656970

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

Shades of Shuttle Grey #656970

Tints of Shuttle Grey #656970

Color information

#656970 (or 0x656970) is unknown color: approx Shuttle Grey. HEX triplet: 65, 69 and 70. RGB value is (101,105,112). Sum of RGB (Red+Green+Blue) = 101+105+112=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #656970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656970 is #9A968F. Grayscale: #686868. Windows color (decimal): -10131088 or 7367013. OLE color: 7367013.

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

Color convert

RGB101105112-
CMYK0.100.0600.56
HSL218.18º5.16%41.76%-
HSV(B)218.18º9.82%43.92%-
XYZ13.3414.0417.34-
YUV104.6132.17125.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=31.76%
G=33.02%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011051120.100.0600.56218.185.1641.76
Hex656970A6038da52a
Octal145151160126070332552
Binary1100101110100111100001010110011100011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656970; }

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

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

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

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

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

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

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

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