#556675

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

Shades of Shuttle Grey #556675

Tints of Shuttle Grey #556675

Color information

#556675 (or 0x556675) is unknown color: approx Shuttle Grey. HEX triplet: 55, 66 and 75. RGB value is (85,102,117). Sum of RGB (Red+Green+Blue) = 85+102+117=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #556675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556675 is #AA998A. Grayscale: #626262. Windows color (decimal): -11180427 or 7693909. OLE color: 7693909.

HSL color Cylindrical-coordinate representation of color #556675: hue angle of 208.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556675 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85102117-
CMYK0.270.1300.54
HSL208.12º15.84%39.61%-
HSV(B)208.12º27.35%45.88%-
XYZ11.7112.7218.67-
YUV98.63138.37118.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 102 (40.23% from 255) = 33.55%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=27.96%
G=33.55%
B=38.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851021170.270.1300.54208.1215.8439.61
Hex5566751BD036d01028
Octal12514616533150663202050
Binary10101011100110111010111011110101101101101000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556675; }

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

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

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

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

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

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

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

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