#656B72

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

Shades of Shuttle Grey #656B72

Tints of Shuttle Grey #656B72

Color information

#656B72 (or 0x656B72) is unknown color: approx Shuttle Grey. HEX triplet: 65, 6B and 72. RGB value is (101,107,114). Sum of RGB (Red+Green+Blue) = 101+107+114=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #656B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B72 is #9A948D. Grayscale: #696969. Windows color (decimal): -10130574 or 7498597. OLE color: 7498597.

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

Color convert

RGB101107114-
CMYK0.110.0600.55
HSL212.31º6.05%42.16%-
HSV(B)212.31º11.4%44.71%-
XYZ13.6614.518-
YUV106132.51124.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=31.37%
G=33.23%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011071140.110.0600.55212.316.0542.16
Hex656B72B6037d462a
Octal145153162136067324652
Binary1100101110101111100101011110011011111010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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