#556876

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

Shades of Shuttle Grey #556876

Tints of Shuttle Grey #556876

Color information

#556876 (or 0x556876) is unknown color: approx Shuttle Grey. HEX triplet: 55, 68 and 76. RGB value is (85,104,118). Sum of RGB (Red+Green+Blue) = 85+104+118=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #556876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556876 is #AA9789. Grayscale: #636363. Windows color (decimal): -11179914 or 7759957. OLE color: 7759957.

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

Color convert

RGB85104118-
CMYK0.280.1200.54
HSL205.45º16.26%39.8%-
HSV(B)205.45º27.97%46.27%-
XYZ11.9713.1419.05-
YUV99.92138.21117.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=27.69%
G=33.88%
B=38.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851041180.280.1200.54205.4516.2639.8
Hex5568761CC036cd1028
Octal12515016634140663152050
Binary10101011101000111011011100110001101101100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556876; }

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

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

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

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

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

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

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

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