#55616E

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

Shades of Shuttle Grey #55616E

Tints of Shuttle Grey #55616E

Color information

#55616E (or 0x55616E) is unknown color: approx Shuttle Grey. HEX triplet: 55, 61 and 6E. RGB value is (85,97,110). Sum of RGB (Red+Green+Blue) = 85+97+110=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #55616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616E is #AA9E91. Grayscale: #5E5E5E. Windows color (decimal): -11181714 or 7233877. OLE color: 7233877.

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

Color convert

RGB8597110-
CMYK0.230.1200.57
HSL211.2º12.82%38.24%-
HSV(B)211.2º22.73%43.14%-
XYZ10.8411.6116.42-
YUV94.89136.52120.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=29.11%
G=33.22%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85971100.230.1200.57211.212.8238.24
Hex55616E17C039d3d26
Octal12514115627140713231546
Binary1010101110000111011101011111000111001110100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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