#556576

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

Shades of Shuttle Grey #556576

Tints of Shuttle Grey #556576

Color information

#556576 (or 0x556576) is unknown color: approx Shuttle Grey. HEX triplet: 55, 65 and 76. RGB value is (85,101,118). Sum of RGB (Red+Green+Blue) = 85+101+118=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #556576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556576 is #AA9A89. Grayscale: #626262. Windows color (decimal): -11180682 or 7759189. OLE color: 7759189.

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

Color convert

RGB85101118-
CMYK0.280.1400.54
HSL210.91º16.26%39.8%-
HSV(B)210.91º27.97%46.27%-
XYZ11.6712.5518.95-
YUV98.15139.2118.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=27.96%
G=33.22%
B=38.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851011180.280.1400.54210.9116.2639.8
Hex5565761CE036d31028
Octal12514516634160663232050
Binary10101011100101111011011100111001101101101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556576; }

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

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

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

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

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

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

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

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