#556370

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

Shades of Shuttle Grey #556370

Tints of Shuttle Grey #556370

Color information

#556370 (or 0x556370) is unknown color: approx Shuttle Grey. HEX triplet: 55, 63 and 70. RGB value is (85,99,112). Sum of RGB (Red+Green+Blue) = 85+99+112=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #556370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556370 is #AA9C8F. Grayscale: #606060. Windows color (decimal): -11181200 or 7365461. OLE color: 7365461.

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

Color convert

RGB8599112-
CMYK0.240.1200.56
HSL208.89º13.71%38.63%-
HSV(B)208.89º24.11%43.92%-
XYZ11.1312.0217.06-
YUV96.3136.86119.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=28.72%
G=33.45%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85991120.240.1200.56208.8913.7138.63
Hex55637018C038d1e27
Octal12514316030140703211647
Binary1010101110001111100001100011000111000110100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556370; }

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

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

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

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

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

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

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

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