#556C71

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

Shades of Pale Sky #556C71

Tints of Pale Sky #556C71

Color information

#556C71 (or 0x556C71) is unknown color: approx Pale Sky. HEX triplet: 55, 6C and 71. RGB value is (85,108,113). Sum of RGB (Red+Green+Blue) = 85+108+113=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 113 - color contains mainly: blue. Hex color #556C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C71 is #AA938E. Grayscale: #656565. Windows color (decimal): -11178895 or 7433301. OLE color: 7433301.

HSL color Cylindrical-coordinate representation of color #556C71: hue angle of 190.71º 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 #556C71 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB85108113-
CMYK0.250.0400.56
HSL190.71º14.14%38.82%-
HSV(B)190.71º24.78%44.31%-
XYZ12.0913.8517.66-
YUV101.69134.38116.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=27.78%
G=35.29%
B=36.93%

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
Decimal851081130.250.0400.56190.7114.1438.82
Hex556C71194038bfe27
Octal1251541613140702771647
Binary101010111011001110001110011000111000101111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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