#556673

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

Shades of Shuttle Grey #556673

Tints of Shuttle Grey #556673

Color information

#556673 (or 0x556673) is unknown color: approx Shuttle Grey. HEX triplet: 55, 66 and 73. RGB value is (85,102,115). Sum of RGB (Red+Green+Blue) = 85+102+115=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #556673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556673 is #AA998C. Grayscale: #626262. Windows color (decimal): -11180429 or 7562837. OLE color: 7562837.

HSL color Cylindrical-coordinate representation of color #556673: hue angle of 206º 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 #556673 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85102115-
CMYK0.260.1100.55
HSL206º15%39.22%-
HSV(B)206º26.09%45.1%-
XYZ11.5912.6718.05-
YUV98.4137.37118.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=28.15%
G=33.77%
B=38.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851021150.260.1100.552061539.22
Hex5566731AB037cef27
Octal12514616332130673161747
Binary1010101110011011100111101010110110111110011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556673; }

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

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

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

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

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

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

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

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