#556470

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

Shades of Shuttle Grey #556470

Tints of Shuttle Grey #556470

Color information

#556470 (or 0x556470) is unknown color: approx Shuttle Grey. HEX triplet: 55, 64 and 70. RGB value is (85,100,112). Sum of RGB (Red+Green+Blue) = 85+100+112=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #556470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556470 is #AA9B8F. Grayscale: #606060. Windows color (decimal): -11180944 or 7365717. OLE color: 7365717.

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

Color convert

RGB85100112-
CMYK0.240.1100.56
HSL206.67º13.71%38.63%-
HSV(B)206.67º24.11%43.92%-
XYZ11.2312.2217.1-
YUV96.88136.53119.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=28.62%
G=33.67%
B=37.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851001120.240.1100.56206.6713.7138.63
Hex55647018B038cfe27
Octal12514416030130703171647
Binary1010101110010011100001100010110111000110011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556470; }

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

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

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

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

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

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

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

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