#55646D

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

Shades of Shuttle Grey #55646D

Tints of Shuttle Grey #55646D

Color information

#55646D (or 0x55646D) is unknown color: approx Shuttle Grey. HEX triplet: 55, 64 and 6D. RGB value is (85,100,109). Sum of RGB (Red+Green+Blue) = 85+100+109=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #55646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646D is #AA9B92. Grayscale: #606060. Windows color (decimal): -11180947 or 7169109. OLE color: 7169109.

HSL color Cylindrical-coordinate representation of color #55646D: hue angle of 202.5º 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 #55646D is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB85100109-
CMYK0.220.0800.57
HSL202.5º12.37%38.04%-
HSV(B)202.5º22.02%42.75%-
XYZ11.0612.1516.23-
YUV96.54135.03119.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=28.91%
G=34.01%
B=37.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal851001090.220.0800.57202.512.3738.04
Hex55646D168039cac26
Octal12514415526100713121446
Binary1010101110010011011011011010000111001110010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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