#556376

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

Shades of Shuttle Grey #556376

Tints of Shuttle Grey #556376

Color information

#556376 (or 0x556376) is unknown color: approx Shuttle Grey. HEX triplet: 55, 63 and 76. RGB value is (85,99,118). Sum of RGB (Red+Green+Blue) = 85+99+118=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #556376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556376 is #AA9C89. Grayscale: #606060. Windows color (decimal): -11181194 or 7758677. OLE color: 7758677.

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

Color convert

RGB8599118-
CMYK0.280.1600.54
HSL214.55º16.26%39.8%-
HSV(B)214.55º27.97%46.27%-
XYZ11.4812.1618.88-
YUV96.98139.86119.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=28.15%
G=32.78%
B=39.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85991180.280.1600.54214.5516.2639.8
Hex5563761C10036d71028
Octal12514316634200663272050
Binary101010111000111110110111001000001101101101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556376; }

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

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

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

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

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

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

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

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