#56616A

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

Shades of Shuttle Grey #56616A

Tints of Shuttle Grey #56616A

Color information

#56616A (or 0x56616A) is unknown color: approx Shuttle Grey. HEX triplet: 56, 61 and 6A. RGB value is (86,97,106). Sum of RGB (Red+Green+Blue) = 86+97+106=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 106 - color contains mainly: blue. Hex color #56616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56616A is #A99E95. Grayscale: #5E5E5E. Windows color (decimal): -11116182 or 6971734. OLE color: 6971734.

HSL color Cylindrical-coordinate representation of color #56616A: hue angle of 207º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56616A is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8697106-
CMYK0.190.0800.58
HSL207º10.42%37.65%-
HSV(B)207º18.87%41.57%-
XYZ10.7111.5715.3-
YUV94.74134.36121.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=29.76%
G=33.56%
B=36.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86971060.190.0800.5820710.4237.65
Hex56616A13803Acfa26
Octal12614115223100723171246
Binary1010110110000111010101001110000111010110011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56616A; }

 p { color: rgb(86,97,106); }

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

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

 a { background-color: rgb(86,97,106); }

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

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

 span { border-color: rgb(86,97,106); }

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