#556070

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

Shades of Shuttle Grey #556070

Tints of Shuttle Grey #556070

Color information

#556070 (or 0x556070) is unknown color: approx Shuttle Grey. HEX triplet: 55, 60 and 70. RGB value is (85,96,112). Sum of RGB (Red+Green+Blue) = 85+96+112=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #556070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556070 is #AA9F8F. Grayscale: #5E5E5E. Windows color (decimal): -11181968 or 7364693. OLE color: 7364693.

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

Color convert

RGB8596112-
CMYK0.240.1400.56
HSL215.56º13.71%38.63%-
HSV(B)215.56º24.11%43.92%-
XYZ10.8511.4716.97-
YUV94.54137.86121.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=29.01%
G=32.76%
B=38.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85961120.240.1400.56215.5613.7138.63
Hex55607018E038d8e27
Octal12514016030160703301647
Binary1010101110000011100001100011100111000110110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556070; }

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

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

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

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

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

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

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

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