#55646E

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

Shades of Shuttle Grey #55646E

Tints of Shuttle Grey #55646E

Color information

#55646E (or 0x55646E) is unknown color: approx Shuttle Grey. HEX triplet: 55, 64 and 6E. RGB value is (85,100,110). Sum of RGB (Red+Green+Blue) = 85+100+110=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #55646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646E is #AA9B91. Grayscale: #606060. Windows color (decimal): -11180946 or 7234645. OLE color: 7234645.

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

Color convert

RGB85100110-
CMYK0.230.0900.57
HSL204º12.82%38.24%-
HSV(B)204º22.73%43.14%-
XYZ11.1212.1716.52-
YUV96.66135.53119.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=28.81%
G=33.90%
B=37.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal851001100.230.0900.5720412.8238.24
Hex55646E179039ccd26
Octal12514415627110713141546
Binary1010101110010011011101011110010111001110011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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