#556877

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

Shades of Shuttle Grey #556877

Tints of Shuttle Grey #556877

Color information

#556877 (or 0x556877) is unknown color: approx Shuttle Grey. HEX triplet: 55, 68 and 77. RGB value is (85,104,119). Sum of RGB (Red+Green+Blue) = 85+104+119=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #556877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556877 is #AA9788. Grayscale: #636363. Windows color (decimal): -11179913 or 7825493. OLE color: 7825493.

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

Color convert

RGB85104119-
CMYK0.290.1300.53
HSL206.47º16.67%40%-
HSV(B)206.47º28.57%46.67%-
XYZ12.0313.1619.36-
YUV100.03138.71117.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=27.60%
G=33.77%
B=38.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851041190.290.1300.53206.4716.6740
Hex5568771DD035ce1128
Octal12515016735150653162150
Binary10101011101000111011111101110101101011100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556877; }

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

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

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

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

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

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

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

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