#556773

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

Shades of Shuttle Grey #556773

Tints of Shuttle Grey #556773

Color information

#556773 (or 0x556773) is unknown color: approx Shuttle Grey. HEX triplet: 55, 67 and 73. RGB value is (85,103,115). Sum of RGB (Red+Green+Blue) = 85+103+115=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #556773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556773 is #AA988C. Grayscale: #626262. Windows color (decimal): -11180173 or 7563093. OLE color: 7563093.

HSL color Cylindrical-coordinate representation of color #556773: hue angle of 204º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556773 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85103115-
CMYK0.260.1000.55
HSL204º15%39.22%-
HSV(B)204º26.09%45.1%-
XYZ11.6912.8718.09-
YUV98.99137.04118.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=28.05%
G=33.99%
B=37.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851031150.260.1000.552041539.22
Hex5567731AA037ccf27
Octal12514716332120673141747
Binary1010101110011111100111101010100110111110011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556773; }

 p { color: rgb(85,103,115); }

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

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

 a { background-color: rgb(85,103,115); }

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

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

 span { border-color: rgb(85,103,115); }

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