#656972

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

Shades of Shuttle Grey #656972

Tints of Shuttle Grey #656972

Color information

#656972 (or 0x656972) is unknown color: approx Shuttle Grey. HEX triplet: 65, 69 and 72. RGB value is (101,105,114). Sum of RGB (Red+Green+Blue) = 101+105+114=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #656972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656972 is #9A968D. Grayscale: #686868. Windows color (decimal): -10131086 or 7498085. OLE color: 7498085.

HSL color Cylindrical-coordinate representation of color #656972: hue angle of 221.54º 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 #656972 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101105114-
CMYK0.110.0800.55
HSL221.54º6.05%42.16%-
HSV(B)221.54º11.4%44.71%-
XYZ13.4614.0817.93-
YUV104.83133.17125.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=31.56%
G=32.81%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011051140.110.0800.55221.546.0542.16
Hex656972B8037de62a
Octal1451511621310067336652
Binary11001011101001111001010111000011011111011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656972; }

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

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

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

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

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

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

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

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