#556E75

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

Shades of Pale Sky #556E75

Tints of Pale Sky #556E75

Color information

#556E75 (or 0x556E75) is unknown color: approx Pale Sky. HEX triplet: 55, 6E and 75. RGB value is (85,110,117). Sum of RGB (Red+Green+Blue) = 85+110+117=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #556E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E75 is #AA918A. Grayscale: #676767. Windows color (decimal): -11178379 or 7695957. OLE color: 7695957.

HSL color Cylindrical-coordinate representation of color #556E75: hue angle of 193.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556E75 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85110117-
CMYK0.270.0600.54
HSL193.12º15.84%39.61%-
HSV(B)193.12º27.35%45.88%-
XYZ12.5314.3718.94-
YUV103.32135.72114.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=27.24%
G=35.26%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851101170.270.0600.54193.1215.8439.61
Hex556E751B6036c11028
Octal1251561653360663012050
Binary1010101110111011101011101111001101101100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,117); }

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

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

 a { background-color: rgb(85,110,117); }

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

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

 span { border-color: rgb(85,110,117); }

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