#55616C

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

Shades of Shuttle Grey #55616C

Tints of Shuttle Grey #55616C

Color information

#55616C (or 0x55616C) is unknown color: approx Shuttle Grey. HEX triplet: 55, 61 and 6C. RGB value is (85,97,108). Sum of RGB (Red+Green+Blue) = 85+97+108=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #55616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616C is #AA9E93. Grayscale: #5E5E5E. Windows color (decimal): -11181716 or 7102805. OLE color: 7102805.

HSL color Cylindrical-coordinate representation of color #55616C: hue angle of 208.7º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55616C is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8597108-
CMYK0.210.1000.58
HSL208.7º11.92%37.84%-
HSV(B)208.7º21.3%42.35%-
XYZ10.7311.5615.85-
YUV94.67135.52121.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 97 (38.28% from 255) = 33.45%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=29.31%
G=33.45%
B=37.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85971080.210.1000.58208.711.9237.84
Hex55616C15A03Ad1c26
Octal12514115425120723211446
Binary1010101110000111011001010110100111010110100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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