#556578

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

Shades of Shuttle Grey #556578

Tints of Shuttle Grey #556578

Color information

#556578 (or 0x556578) is unknown color: approx Shuttle Grey. HEX triplet: 55, 65 and 78. RGB value is (85,101,120). Sum of RGB (Red+Green+Blue) = 85+101+120=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #556578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556578 is #AA9A87. Grayscale: #626262. Windows color (decimal): -11180680 or 7890261. OLE color: 7890261.

HSL color Cylindrical-coordinate representation of color #556578: hue angle of 212.57º 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 #556578 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85101120-
CMYK0.290.1600.53
HSL212.57º17.07%40.2%-
HSV(B)212.57º29.17%47.06%-
XYZ11.7912.5919.58-
YUV98.38140.2118.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=27.78%
G=33.01%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851011200.290.1600.53212.5717.0740.2
Hex5565781D10035d51128
Octal12514517035200653252150
Binary101010111001011111000111011000001101011101010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556578; }

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

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

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

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

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

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

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

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