#556D71

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

Shades of Pale Sky #556D71

Tints of Pale Sky #556D71

Color information

#556D71 (or 0x556D71) is unknown color: approx Pale Sky. HEX triplet: 55, 6D and 71. RGB value is (85,109,113). Sum of RGB (Red+Green+Blue) = 85+109+113=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 113 - color contains mainly: blue. Hex color #556D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D71 is #AA928E. Grayscale: #666666. Windows color (decimal): -11178639 or 7433557. OLE color: 7433557.

HSL color Cylindrical-coordinate representation of color #556D71: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556D71 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB85109113-
CMYK0.250.0400.56
HSL188.57º14.14%38.82%-
HSV(B)188.57º24.78%44.31%-
XYZ12.214.0617.69-
YUV102.28134.05115.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=27.69%
G=35.50%
B=36.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851091130.250.0400.56188.5714.1438.82
Hex556D71194038bde27
Octal1251551613140702751647
Binary101010111011011110001110011000111000101111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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