#55636D

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

Shades of Shuttle Grey #55636D

Tints of Shuttle Grey #55636D

Color information

#55636D (or 0x55636D) is unknown color: approx Shuttle Grey. HEX triplet: 55, 63 and 6D. RGB value is (85,99,109). Sum of RGB (Red+Green+Blue) = 85+99+109=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 109 - color contains mainly: blue. Hex color #55636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55636D is #AA9C92. Grayscale: #5F5F5F. Windows color (decimal): -11181203 or 7168853. OLE color: 7168853.

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

Color convert

RGB8599109-
CMYK0.220.0900.57
HSL205º12.37%38.04%-
HSV(B)205º22.02%42.75%-
XYZ10.9711.9616.2-
YUV95.95135.36120.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=29.01%
G=33.79%
B=37.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85991090.220.0900.5720512.3738.04
Hex55636D169039cdc26
Octal12514315526110713151446
Binary1010101110001111011011011010010111001110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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