#556674

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

Shades of Shuttle Grey #556674

Tints of Shuttle Grey #556674

Color information

#556674 (or 0x556674) is unknown color: approx Shuttle Grey. HEX triplet: 55, 66 and 74. RGB value is (85,102,116). Sum of RGB (Red+Green+Blue) = 85+102+116=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #556674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556674 is #AA998B. Grayscale: #626262. Windows color (decimal): -11180428 or 7628373. OLE color: 7628373.

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

Color convert

RGB85102116-
CMYK0.270.1200.55
HSL207.1º15.42%39.41%-
HSV(B)207.1º26.72%45.49%-
XYZ11.6512.6918.36-
YUV98.51137.87118.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=28.05%
G=33.66%
B=38.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851021160.270.1200.55207.115.4239.41
Hex5566741BC037cff27
Octal12514616433140673171747
Binary1010101110011011101001101111000110111110011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556674; }

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

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

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

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

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

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

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

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