#556875

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

Shades of Shuttle Grey #556875

Tints of Shuttle Grey #556875

Color information

#556875 (or 0x556875) is unknown color: approx Shuttle Grey. HEX triplet: 55, 68 and 75. RGB value is (85,104,117). Sum of RGB (Red+Green+Blue) = 85+104+117=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #556875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556875 is #AA978A. Grayscale: #636363. Windows color (decimal): -11179915 or 7694421. OLE color: 7694421.

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

Color convert

RGB85104117-
CMYK0.270.1100.54
HSL204.38º15.84%39.61%-
HSV(B)204.38º27.35%45.88%-
XYZ11.9113.1218.73-
YUV99.8137.71117.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=27.78%
G=33.99%
B=38.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851041170.270.1100.54204.3815.8439.61
Hex5568751BB036cc1028
Octal12515016533130663142050
Binary10101011101000111010111011101101101101100110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556875; }

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

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

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

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

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

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

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

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