#55616D

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

Shades of Shuttle Grey #55616D

Tints of Shuttle Grey #55616D

Color information

#55616D (or 0x55616D) is unknown color: approx Shuttle Grey. HEX triplet: 55, 61 and 6D. RGB value is (85,97,109). Sum of RGB (Red+Green+Blue) = 85+97+109=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #55616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616D is #AA9E92. Grayscale: #5E5E5E. Windows color (decimal): -11181715 or 7168341. OLE color: 7168341.

HSL color Cylindrical-coordinate representation of color #55616D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55616D is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8597109-
CMYK0.220.1100.57
HSL210º12.37%38.04%-
HSV(B)210º22.02%42.75%-
XYZ10.7811.5816.14-
YUV94.78136.02121.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=29.21%
G=33.33%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85971090.220.1100.5721012.3738.04
Hex55616D16B039d2c26
Octal12514115526130713221446
Binary1010101110000111011011011010110111001110100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55616D; }

 p { color: rgb(85,97,109); }

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

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

 a { background-color: rgb(85,97,109); }

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

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

 span { border-color: rgb(85,97,109); }

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