#556471

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

Shades of Shuttle Grey #556471

Tints of Shuttle Grey #556471

Color information

#556471 (or 0x556471) is unknown color: approx Shuttle Grey. HEX triplet: 55, 64 and 71. RGB value is (85,100,113). Sum of RGB (Red+Green+Blue) = 85+100+113=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #556471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556471 is #AA9B8E. Grayscale: #606060. Windows color (decimal): -11180943 or 7431253. OLE color: 7431253.

HSL color Cylindrical-coordinate representation of color #556471: hue angle of 207.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556471 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB85100113-
CMYK0.250.1200.56
HSL207.86º14.14%38.82%-
HSV(B)207.86º24.78%44.31%-
XYZ11.2812.2417.39-
YUV97137.03119.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=28.52%
G=33.56%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851001130.250.1200.56207.8614.1438.82
Hex55647119C038d0e27
Octal12514416131140703201647
Binary1010101110010011100011100111000111000110100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556471; }

 p { color: rgb(85,100,113); }

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

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

 a { background-color: rgb(85,100,113); }

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

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

 span { border-color: rgb(85,100,113); }

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