#556D73

Color #556D73 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #556D73

Tints of Pale Sky #556D73

Color information

#556D73 (or 0x556D73) is unknown color: approx Pale Sky. HEX triplet: 55, 6D and 73. RGB value is (85,109,115). Sum of RGB (Red+Green+Blue) = 85+109+115=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #556D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D73 is #AA928C. Grayscale: #666666. Windows color (decimal): -11178637 or 7564629. OLE color: 7564629.

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

Color convert

RGB85109115-
CMYK0.260.0500.55
HSL192º15%39.22%-
HSV(B)192º26.09%45.1%-
XYZ12.3114.1118.29-
YUV102.51135.05115.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=27.51%
G=35.28%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851091150.260.0500.551921539.22
Hex556D731A5037c0f27
Octal1251551633250673001747
Binary101010111011011110011110101010110111110000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556D73; }

 p { color: rgb(85,109,115); }

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

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

 a { background-color: rgb(85,109,115); }

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

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

 span { border-color: rgb(85,109,115); }

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