#556878

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

Shades of Shuttle Grey #556878

Tints of Shuttle Grey #556878

Color information

#556878 (or 0x556878) is unknown color: approx Shuttle Grey. HEX triplet: 55, 68 and 78. RGB value is (85,104,120). Sum of RGB (Red+Green+Blue) = 85+104+120=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #556878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556878 is #AA9787. Grayscale: #646464. Windows color (decimal): -11179912 or 7891029. OLE color: 7891029.

HSL color Cylindrical-coordinate representation of color #556878: hue angle of 207.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556878 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85104120-
CMYK0.290.1300.53
HSL207.43º17.07%40.2%-
HSV(B)207.43º29.17%47.06%-
XYZ12.0913.1919.68-
YUV100.14139.21117.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=27.51%
G=33.66%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851041200.290.1300.53207.4317.0740.2
Hex5568781DD035cf1128
Octal12515017035150653172150
Binary10101011101000111100011101110101101011100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556878; }

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

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

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

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

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

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

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

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