#555F6D

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

Shades of Shuttle Grey #555F6D

Tints of Shuttle Grey #555F6D

Color information

#555F6D (or 0x555F6D) is unknown color: approx Shuttle Grey. HEX triplet: 55, 5F and 6D. RGB value is (85,95,109). Sum of RGB (Red+Green+Blue) = 85+95+109=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #555F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F6D is #AAA092. Grayscale: #5D5D5D. Windows color (decimal): -11182227 or 7167829. OLE color: 7167829.

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

Color convert

RGB8595109-
CMYK0.220.1300.57
HSL215º12.37%38.04%-
HSV(B)215º22.02%42.75%-
XYZ10.611.2216.08-
YUV93.61136.69121.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=29.41%
G=32.87%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85951090.220.1300.5721512.3738.04
Hex555F6D16D039d7c26
Octal12513715526150713271446
Binary1010101101111111011011011011010111001110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F6D; }

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

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

<style>
 a { background-color: #555F6D; }

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

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

<style>
 span { border-color: #555F6D; }

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

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