#556575

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

Shades of Shuttle Grey #556575

Tints of Shuttle Grey #556575

Color information

#556575 (or 0x556575) is unknown color: approx Shuttle Grey. HEX triplet: 55, 65 and 75. RGB value is (85,101,117). Sum of RGB (Red+Green+Blue) = 85+101+117=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #556575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556575 is #AA9A8A. Grayscale: #616161. Windows color (decimal): -11180683 or 7693653. OLE color: 7693653.

HSL color Cylindrical-coordinate representation of color #556575: hue angle of 210º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556575 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85101117-
CMYK0.270.1400.54
HSL210º15.84%39.61%-
HSV(B)210º27.35%45.88%-
XYZ11.6112.5218.63-
YUV98.04138.7118.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=28.05%
G=33.33%
B=38.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851011170.270.1400.5421015.8439.61
Hex5565751BE036d21028
Octal12514516533160663222050
Binary10101011100101111010111011111001101101101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556575; }

 p { color: rgb(85,101,117); }

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

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

 a { background-color: rgb(85,101,117); }

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

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

 span { border-color: rgb(85,101,117); }

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