#556672

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

Shades of Shuttle Grey #556672

Tints of Shuttle Grey #556672

Color information

#556672 (or 0x556672) is unknown color: approx Shuttle Grey. HEX triplet: 55, 66 and 72. RGB value is (85,102,114). Sum of RGB (Red+Green+Blue) = 85+102+114=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #556672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556672 is #AA998D. Grayscale: #626262. Windows color (decimal): -11180430 or 7497301. OLE color: 7497301.

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

Color convert

RGB85102114-
CMYK0.250.1100.55
HSL204.83º14.57%39.02%-
HSV(B)204.83º25.44%44.71%-
XYZ11.5312.6517.75-
YUV98.28136.87118.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=28.24%
G=33.89%
B=37.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851021140.250.1100.55204.8314.5739.02
Hex55667219B037cdf27
Octal12514616231130673151747
Binary1010101110011011100101100110110110111110011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556672; }

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

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

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

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

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

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

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

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