#556676

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

Shades of Shuttle Grey #556676

Tints of Shuttle Grey #556676

Color information

#556676 (or 0x556676) is unknown color: approx Shuttle Grey. HEX triplet: 55, 66 and 76. RGB value is (85,102,118). Sum of RGB (Red+Green+Blue) = 85+102+118=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #556676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556676 is #AA9989. Grayscale: #626262. Windows color (decimal): -11180426 or 7759445. OLE color: 7759445.

HSL color Cylindrical-coordinate representation of color #556676: hue angle of 209.09º 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 #556676 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85102118-
CMYK0.280.1400.54
HSL209.09º16.26%39.8%-
HSV(B)209.09º27.97%46.27%-
XYZ11.7712.7418.98-
YUV98.74138.87118.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=27.87%
G=33.44%
B=38.69%

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
Decimal851021180.280.1400.54209.0916.2639.8
Hex5566761CE036d11028
Octal12514616634160663212050
Binary10101011100110111011011100111001101101101000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556676; }

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

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

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

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

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

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

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

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